clawallex mcp for Cursor
io.github.clawallex-tech/clawallex-mcp
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
client:Cursor
transport:stdio
runtime:npm
Install clawallex mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawallex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clawallex/mcp-server"
],
"env": {
"CLAWALLEX_API_KEY": "<CLAWALLEX_API_KEY>",
"CLAWALLEX_API_SECRET": "<CLAWALLEX_API_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs