Skip to content
Windsurf

mcp server for Windsurf

io.github.xcp/mcp-server

Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.

client:Windsurf transport:stdio runtime:npm

Install mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@21e14/mcp-server"
      ],
      "env": {
        "COUNTERPARTY_NODE": "<COUNTERPARTY_NODE>",
        "SIGNER_PRIVATE_KEY": "<SIGNER_PRIVATE_KEY>",
        "SIGNER_ADDRESS": "<SIGNER_ADDRESS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server in other clients