PluginBench
MCP Server
Maintained
MIT

io.github.Whitemarmot/postbolt MCP Server

io.github.Whitemarmot/postbolt

What is the io.github.Whitemarmot/postbolt MCP server?

Publish to 13+ social media platforms from any AI agent via MCP.

How to install io.github.Whitemarmot/postbolt

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • POSTBOLT_API_KEY
    required
    secret

    Your PostBolt API key (starts with sk_)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postbolt": {
      "command": "npx",
      "args": [
        "-y",
        "postbolt-mcp"
      ],
      "env": {
        "POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "postbolt": {
      "command": "npx",
      "args": [
        "-y",
        "postbolt-mcp"
      ],
      "env": {
        "POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "postbolt": {
      "command": "npx",
      "args": [
        "-y",
        "postbolt-mcp"
      ],
      "env": {
        "POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "postbolt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "postbolt-mcp"
      ],
      "env": {
        "POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add postbolt --env POSTBOLT_API_KEY=<YOUR_POSTBOLT_API_KEY> -- npx -y postbolt-mcp

Related MCP servers

Add text or logo watermarks to images via the Markly.cloud API. Batch supported.

1
TypeScript
MIT
View repository →

Copyright deposit API — protect code, text, and websites with Berne Convention proof

0
MIT
View repository →