Skip to content
Cursor

agentmarketplace mcp for Cursor

io.github.stevemilton/agentmarketplace-mcp

Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.

client:Cursor transport:stdio runtime:npm

Install agentmarketplace mcp in Cursor

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

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

{
  "mcpServers": {
    "agentmarketplace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentmarketplace-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<ARISPAY_API_KEY>",
        "AGENTMARKETPLACE_URL": "<AGENTMARKETPLACE_URL>"
      }
    }
  }
}

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

agentmarketplace mcp in other clients