Skip to content
Cursor

Mastercard Developers MCP for Cursor

io.github.mastercard/developers-mcp

Access Mastercard Developers APIs, documentation, and API specifications through MCP.

client:Cursor transport:stdio runtime:npm

Install Mastercard Developers MCP in Cursor

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

{
  "mcpServers": {
    "developers-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mastercard/developers-mcp"
      ]
    }
  }
}

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

Mastercard Developers MCP in other clients