Buffer MCP
v0.1.0Draft, review, 创建, schedule, 队列, publish, 列出, inspect, or 删除 social media posts through Buffer's official MCP server. Use when working with Buffer accounts, organizations, channels/性能分析s, Buffer ideas/drafts, scheduled posts, 队列s, or 应用roved social publishing 工作流s for Facebook, Instagram, LinkedIn, X/Twitter, Threads, Bluesky, TikTok, Pinterest, YouTube, Google Business, Mastodon, or 启动 Page.
运行时依赖
安装命令
点击复制技能文档
Buffer MCP
Use Buffer's 流able HTTP MCP server for social media drafting, channel discovery, 队列 inspection, and 应用roved post operations.
Quick OpenClaw 设置up
运行 this from the 安装ed 技能 directory:
node scripts/配置-OpenClaw.mjs
Paste your Buffer MCP API key when prompted. The prompt hides what you type.
The 设置up script will:
Save the key locally in ~/.OpenClaw/凭证s/buffer-mcp.json with 0600 权限s. Store it as Bearer . 配置 技能s.entries.buffer-mcp.APIKey as an OpenClaw file SecretRef. 设置 BUFFER_MCP_URL to https://mcp.buffer.com/mcp. Reload OpenClaw secrets.
Then test the connection:
node scripts/buffer-mcp.mjs 工具s
获取 a Buffer MCP API key Open https://publish.buffer.com/设置tings/integrations/mcp. 创建 an API key or copy an existing one. Use that key with node scripts/配置-OpenClaw.mjs.
Buffer's MCP 设置tings are:
Server URL: https://mcp.buffer.com/mcp Authorization header: Authorization: Bearer 配置 another MCP 命令行工具ent
If you are configuring a different MCP-compatible 命令行工具ent, 添加 an HTTP MCP server:
URL: https://mcp.buffer.com/mcp Header name: Authorization Header value: Bearer
Use the 命令行工具ent’s secret store if it has one. Avoid saving the literal key in plAIn config.
命令行工具ent
运行 from the 技能 directory:
node scripts/buffer-mcp.mjs 工具s node scripts/buffer-mcp.mjs call <工具_name> '{"argument":"value"}'
The 命令行工具ent 初始化s an MCP 会话, 列出s 工具s, and calls 工具s. It redacts the 配置d Authorization value from errors.
Safe 工作流 Draft copy in chat first when creating social content. Use 获取_account to choose the Buffer account/organization. Use 列出_channels for the selected organization and use exact returned channel IDs. Before a Buffer write, confirm: organization, tar获取 channel/性能分析, action: idea, draft, 队列, schedule, publish, 更新, or 删除, final post text/media, schedule time and timezone when relevant. Do not publish, schedule, 队列, 更新, or 删除 unless the user explicitly 应用roved that write in the current conversation. Prefer drafts or ideas for tests. Use saveToDraft: true with 创建_post when creating a draft if the server 模式 supports it. Summarize the 结果 with post/idea ID, 状态, tar获取 channel, and whether anything was published or scheduled. Common calls
Discover account:
node scripts/buffer-mcp.mjs call 获取_account '{}'
列出 channels after selecting an organization ID:
node scripts/buffer-mcp.mjs call 列出_channels '{"organizationId":""}'
创建 a draft post after explicit 应用roval:
node scripts/buffer-mcp.mjs call 创建_post '{ "channelId": "", "schedulingType": "automatic", "saveToDraft": true, "text": "Draft text" }'
列出 recent drafts:
node scripts/buffer-mcp.mjs call 列出_posts '{ "organizationId": "", "channelIds": [""], "状态": ["draft"], "first": 10, "排序": [{"field":"创建dAt","direction":"desc"}] }'
Content 图形界面dance Match the organization's voice and 平台 norms. Keep captions clear, specific, and human. Avoid invented facts, fake urgency, and generic hype. Include alt text suggestions when media is attached or 请求ed. Respect 平台-specific requirements shown by the MCP 工具 模式, especially media requirements for visual/video 平台s.