clawallex mcp for Windsurf
io.github.clawallex-tech/clawallex-mcp
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
client:Windsurf
transport:stdio
runtime:npm
Install clawallex mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs