stacks-mcp-server

rogersterkaa/stacks-mcp-server
★ 0 stars JavaScript AI/LLM Updated 1mo ago
Give Claude real-time access to the Stacks blockchain — balances, transactions, smart contracts, and blocks.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}