Give Claude real-time access to the Stacks blockchain — balances, transactions, smart contracts, and blocks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stacks-mcp-server": {
"command": "npx",
"args": [
"-y",
"rogersterkaa/stacks-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add stacks-mcp-server npx -y rogersterkaa/stacks-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"stacks-mcp-server": {
"command": "npx",
"args": [
"-y",
"rogersterkaa/stacks-mcp-server"
]
}
}
}