Back to MCP Servers
🔌

heurist-network/heurist-mesh-mcp-server

MITAPI key required

🎖️ ⛅️ 🏠 🐍 - Access specialized web3 AI agents for blockchain analysis, smart contract security auditing, token metrics evaluation, and on-chain interactions through the Heurist Mesh network. Provid

PythonAI & LLMs

Install

npx -y heurist-network-heurist-mesh-mcp-server

Required environment variables

HEURIST_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "heurist-network-heurist-mesh-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "heurist-network-heurist-mesh-mcp-server"
      ],
      "env": {
        "HEURIST_API_KEY": "<YOUR_HEURIST_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.