clawallex mcp for Claude Desktop
io.github.clawallex-tech/clawallex-mcp
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
client:Claude Desktop
transport:stdio
runtime:npm
Install clawallex mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"clawallex-mcp": {
"command": "npx",
"args": [
"-y",
"@clawallex/mcp-server"
],
"env": {
"CLAWALLEX_API_KEY": "<CLAWALLEX_API_KEY>",
"CLAWALLEX_API_SECRET": "<CLAWALLEX_API_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs