Bitcoin MCP for Windsurf
io.github.bortlesboat/bitcoin-mcp
49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.
client:Windsurf
transport:stdio
runtime:pypi
Install Bitcoin MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<SATOSHI_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs