mcp server for Windsurf
io.github.clicksprotocol/mcp-server
Agent commerce settlement tools on Base: treasury setup, payment splits, yield and attribution.
client:Windsurf
transport:stdio
runtime:npm
Install mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@clicks-protocol/mcp-server"
],
"env": {
"CLICKS_PRIVATE_KEY": "<CLICKS_PRIVATE_KEY>",
"CLICKS_RPC_URL": "<CLICKS_RPC_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs