Interact with Bitcoin and Lightning Network
Generate keys, validate addresses, decode transactions, query blockchain data via AI models.
{
"mcpServers": {
"bitcoin": {
"mcpServers": {
"bitcoin": {
"env": {
"BITCOIN_RPC_URL": "http://localhost:8332",
"BITCOIN_RPC_USER": "user",
"BITCOIN_RPC_PASSWORD": "password"
},
"args": [
"-y",
"bitcoin-mcp"
],
"command": "npx"
}
}
}
}
}