Turn Claude into your social media manager
Connect Wahlu to Claude Desktop and manage all your social media with natural language. Create posts, schedule content, and publish across five platforms — just by chatting.
What Claude can do with Wahlu
Every Wahlu feature, accessible through natural conversation.
Publish everywhere at once
Tell Claude to post and Wahlu publishes to Instagram, TikTok, LinkedIn, Facebook, and YouTube simultaneously.
Schedule in conversation
Say "schedule this for Thursday at 10am" and Wahlu queues it up. No dashboards, no date pickers.
Attach images and video
Drop media into the chat and ask Claude to publish it. Wahlu handles uploads, resizing, and platform requirements.
Build posting queues
Set up automated queues that recycle your best content on a repeating schedule across all platforms.
Brainstorm content ideas
Ask Claude for post ideas and save the ones you like straight to your Wahlu ideas board for later.
Plain English, no syntax
No commands to memorise, no config files to edit. Just describe what you want in natural language.
Chat naturally, post everywhere
No commands. No dashboards. Just tell Claude what you need.
I just finished a new blog post about our rebrand. Can you write a LinkedIn announcement and schedule it for Monday morning?
Done! I've created a LinkedIn post announcing your rebrand and scheduled it for Monday at 9:00 AM. Here's what I wrote: "We've got a new look. After months of work, our rebrand is live — new name, new identity, same mission. Read the full story on our blog." Want me to tweak the copy or schedule versions for your other platforms too?
Post this photo to Instagram and Facebook with the caption: Behind the scenes at today's shoot. Tag it with #BTS and #ContentCreation
Published to both platforms. The photo is live on Instagram and Facebook with your caption and hashtags. Instagram posted it as a single image to your feed, and Facebook posted it to your page. Want me to schedule a follow-up story for tomorrow?
What did I post last week? Give me a summary and let me know which posts did well enough to reuse.
Here's your recap for last week: - Monday: "5 tips for better reels" (Instagram, TikTok) — strong engagement - Wednesday: Product launch teaser (all platforms) — highest reach of the week - Friday: Customer testimonial quote card (LinkedIn, Facebook) — good click-through The product teaser and the reels tips post are both worth recycling. Want me to add them to your evergreen queue?
Set it up in 60 seconds
Add the MCP server to Claude Desktop, or call the REST API directly.
Option A: Add the MCP server to Claude Desktop
Open your Claude Desktop config file and add the Wahlu MCP server. Claude will automatically connect to Wahlu and gain access to all social media tools.
{
"mcpServers": {
"wahlu": {
"command": "npx",
"args": ["-y", "@wahlu/mcp-server"],
"env": {
"WAHLU_API_KEY": "wahlu_live_..."
}
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Restart Claude Desktop after saving.
Option B: Use the REST API directly
Prefer to call the API yourself? Every Wahlu feature is available through the REST API. Works with any tool or script.
curl -X POST https://api.wahlu.com/v1/posts \
-H "Authorization: Bearer wahlu_live_..." \
-H "Content-Type: application/json" \
-d '{
"content": "Your post content here",
"platforms": ["instagram", "linkedin"],
"scheduledAt": "2026-02-19T09:00:00Z"
}'Full API documentation at wahlu.com/docs. Supports posts, scheduling, queues, media uploads, ideas, and more.
Why Wahlu for Claude Desktop?
Built for AI agents from day one.
Native MCP integration
Wahlu ships a purpose-built MCP server for Claude Desktop. No wrappers, no middleware — direct tool access inside your conversation.
Platform-native publishing
Not just cross-posting. Wahlu handles platform-specific settings for each network — reels, shorts, carousels, privacy controls, and more.
Conversational by design
Wahlu's API was built for agents from day one. Every action returns clear, structured responses that Claude can reason about and relay back to you.
Scoped API keys
Fine-grained permissions on every API key. Give Claude only the access it needs — read-only, post-only, or full control. Revoke anytime.
Ready to manage socials from Claude?
Get your API key, add the MCP server, and start posting in under a minute.