Skip to content
Cursor

convertkit mcp for Cursor

io.github.mrfentmen/convertkit-mcp

MCP server for Kit (ConvertKit): subscribers, forms, broadcasts. Needs an API key.

client:Cursor transport:stdio runtime:npm

Install convertkit mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "convertkit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "convertkit-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

convertkit mcp in other clients