mcp x402 accept for Cursor
io.github.cryptoapis-io/mcp-x402-accept
Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server
client:Cursor
transport:stdio
runtime:npm
Install mcp x402 accept in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-x402-accept": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs