Skip to content
Claude Desktop

postking mcp for Claude Desktop

io.github.bitsandtea/postking-mcp

PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.

client:Claude Desktop transport:streamable-http runtime:npm

Install postking mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "postking-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.postking.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

postking mcp in other clients