Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aibtc-mcp-server": {
"command": "npx",
"args": [
"-y",
"aibtcdev/aibtc-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aibtc-mcp-server npx -y aibtcdev/aibtc-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aibtc-mcp-server": {
"command": "npx",
"args": [
"-y",
"aibtcdev/aibtc-mcp-server"
]
}
}
}