Claude

Integrations

Claude
Claude
Manage your content from Claude

Claude lets you manage your Buffer content using natural language.

You can create posts, schedule content, and manage your social media presence directly from Claude using the Buffer MCP server.

1

Get Your API Key

You need an API key to integrate Buffer with Claude.

API Key Get API Key →

Your key is shared with the API Explorer and will prefill the configuration steps below.

2

Install Node.js (one-time setup)

This integration requires Node.js 18 or higher. Download Node.js

Note: If you have multiple Node.js versions installed, verify that Claude Desktop is picking up version 18 or higher.

3

Open Claude Settings

Open Claude desktop and go to "Settings..."

4

Navigate to Developer Tab

Click on the "Developer" tab.

5

Edit Configuration

Click "Edit config" to open the configuration file.

6

Add Buffer MCP Server

Open claude_desktop_config.json and add the following configuration:

{
  "mcpServers": {
    "Buffer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.buffer.com/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
7

Save and Restart

Save the configuration file and restart Claude desktop to apply the changes.

1

Get Your API Key

You need an API key to integrate Buffer with Claude Code.

API Key Get API Key →

Your key is shared with the API Explorer and will prefill the configuration steps below.

2

Install Node.js (one-time setup)

This integration requires Node.js 18 or higher. Download Node.js

3

Add Buffer MCP Server

Run the following command to add the Buffer MCP server to Claude Code:

claude mcp add buffer -- npx -y mcp-remote \
  https://mcp.buffer.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
4

Start Using Buffer

Launch Claude Code and start managing your Buffer content with natural language.

Try It Out

Copy any of these example prompts to get started with Claude:

Show me all my scheduled Buffer posts for this week
Create a draft post in Buffer that says 'We just launched our redesigned dashboard!' for my Twitter channel
List my Buffer channels and show me which ones have posts scheduled for tomorrow