iota-agent-mcp

Scottcjn/iota-agent-mcp
★ 39 stars JavaScript 🤖 AI/LLM Updated today
MCP server for IOTA blockchain — 20 tools for AI agent integration (wallet, Move CLI, on-chain queries via Model Context Protocol)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iota-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Scottcjn/iota-agent-mcp"
      ]
    }
  }
}