Skip to content
Claude Desktop

makers page mcp for Claude Desktop

io.github.alexcloudstar/makers-page-mcp

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

client:Claude Desktop transport:stdio runtime:npm

Install makers page mcp in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "makers-page-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "makers-page-mcp"
      ],
      "env": {
        "X_CLIENT_ID": "<X_CLIENT_ID>",
        "X_CLIENT_SECRET": "<X_CLIENT_SECRET>",
        "X_REDIRECT_URI": "<X_REDIRECT_URI>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

makers page mcp in other clients