Skip to content
Cursor

mcp python bitcoinlib for Cursor

io.github.daedalus/mcp-python-bitcoinlib

An MCP server that exposes the python-bitcoinlib API

client:Cursor transport:stdio runtime:pypi

Install mcp python bitcoinlib in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-python-bitcoinlib": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-python-bitcoinlib"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp python bitcoinlib in other clients