
Claude
Manage your Buffer queue and draft posts from Claude
Claude integration for Buffer
Connect Buffer to Claude, Claude CoWork, or Claude Code via Model Context Protocol (MCP) and manage your social media content through natural language. Draft posts, review your queue, and schedule content — all from within a Claude conversation.
Getting started
You'll need your Buffer API key and either Claude Desktop or Claude Code. There are two ways to connect Buffer with Claude depending on what you want to do.
Option 1: Claude Desktop
Go to publish.buffer.com/settings/api and copy an existing API key or click + Generate API Key to create a new one.
- Install Node.js 18 or higher if you haven't already — nodejs.org
- Open Claude Desktop and go to Settings...
- Click the Developer tab
- Click Edit config to open the configuration file
- Add the following to claude_desktop_config.json and replace YOUR_API_KEY with your key:
{ "mcpServers": { "buffer": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.buffer.com/mcp", "--header", "Authorization: Bearer YOUR_API_KEY" ] } } } - Save the file and restart Claude Desktop
If you have multiple Node.js versions installed, make sure Claude Desktop is using v18 or higher.
Option 2: Claude Code
Go to publish.buffer.com/settings/api and copy an existing API key or click + Generate API Key to create a new one.
- Open your terminal
- Run the following command, replacing YOUR_API_KEY with your key:
claude mcp add buffer --transport http https://mcp.buffer.com/mcp --header "Authorization: Bearer YOUR_API_KEY" - The Buffer MCP server is now configured and ready to use
Grow your social presence with confidence
No credit card needed. Free forever.