Cursor + Wahlu

Manage social media without leaving your editor

Turn Cursor into a social media command centre. Create, schedule, and publish posts across five platforms — all from your IDE chat. No tab-switching, no dashboards, just ship and share.

InstagramTikTokLinkedInFacebookYouTube

What your agent can do

Every Wahlu feature, accessible through natural conversation.

Post from your IDE

Draft and publish posts to Instagram, TikTok, LinkedIn, Facebook, and YouTube without switching windows.

Schedule in chat

Tell Cursor when to post and Wahlu handles the rest. Schedule days, weeks, or months ahead from a single message.

Attach media

Reference images and videos in your project. Wahlu uploads them and attaches them to your posts automatically.

Manage posting queues

Set up automated queues that loop your best content on a recurring schedule. Create, pause, or edit them from chat.

Brainstorm content ideas

Ask Wahlu to generate content ideas based on your brand voice. Save them to your ideas board for later.

Natural language control

No API docs to read. No commands to memorise. Just describe what you want in plain English and Wahlu does it.

Chat with your social media manager

Talk to Wahlu in Cursor's chat. No commands to learn — just say what you need.

C

I just shipped a new feature. Post an announcement to all my socials: "Dark mode is here! Our most requested feature is now live. Update your app to try it out."

Done! I've published your announcement to all five platforms: - Instagram: posted to @yourbrand - TikTok: posted to @yourbrand - LinkedIn: posted to Your Brand page - Facebook: posted to Your Brand page - YouTube: community post published All posts went out successfully. Want me to schedule a follow-up post for later this week?

C

Schedule a post for next Monday at 10am: "We're hiring a senior full-stack engineer. Remote-friendly, great team, interesting problems. Link in bio."

Scheduled for Monday at 10:00 AM across all five platforms. I've set it to go out on Instagram, TikTok, LinkedIn, Facebook, and YouTube. Shall I create a reminder post for Wednesday as well to boost visibility?

C

What posts do I have scheduled for this week? And save an idea: write a behind-the-scenes post about our CI/CD pipeline.

You have 3 posts scheduled this week: 1. Tuesday 9:00 AM — Product update announcement 2. Thursday 12:00 PM — Customer testimonial 3. Friday 5:00 PM — Weekend engagement post I've also saved your idea about the CI/CD pipeline behind-the-scenes post to your ideas board.

Set it up in 60 seconds

Add the MCP server to Cursor, or use the REST API directly.

Option A: MCP Server (recommended)

Add Wahlu as an MCP server in Cursor. Go to Settings > MCP Servers and add the following configuration:

{
  "wahlu": {
    "command": "npx",
    "args": ["-y", "@wahlu/mcp-server"],
    "env": {
      "WAHLU_API_KEY": "wahlu_live_..."
    }
  }
}

Requires a Wahlu plan with API access. Get your API key from your Wahlu dashboard.

or

Option B: REST API with cURL

Prefer working with raw HTTP requests? Use the Wahlu REST API directly from Cursor's terminal or let your agent call it.

# List your scheduled posts
curl -H "Authorization: Bearer wahlu_live_..." \
  https://api.wahlu.com/v1/posts?status=scheduled

# Create and publish a post
curl -X POST -H "Authorization: Bearer wahlu_live_..." \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello from my IDE!", "platforms": ["instagram", "linkedin"]}' \
  https://api.wahlu.com/v1/posts

Full API documentation available at wahlu.com/docs. 35 endpoints covering posts, scheduling, queues, media, and more.

Why developers choose Wahlu

Built for automation from day one.

Stay in your flow state

Context-switching kills productivity. Post, schedule, and manage your socials without ever leaving Cursor. Your code and your content, side by side.

Platform-native publishing

Not just cross-posting. Wahlu handles platform-specific settings for each network — reels, shorts, carousels, privacy controls, and more.

Full API coverage

35 endpoints covering posts, scheduling, queues, media uploads, content ideas, labels, and analytics. Everything your agent needs to manage your brand.

Secure by default

Fine-grained API key permissions let you control exactly what your agent can do — read-only, post-only, or full access. Revoke keys instantly from your dashboard.

Ready to post from your IDE?

Get your API key and add Wahlu to Cursor in under a minute.