MCP server for IOTA blockchain — 20 tools for AI agent integration (wallet, Move CLI, on-chain queries via Model Context Protocol)
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"
]
}
}
}
Run in terminal:
claude mcp add iota-agent-mcp npx -y Scottcjn/iota-agent-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"iota-agent-mcp": {
"command": "npx",
"args": [
"-y",
"Scottcjn/iota-agent-mcp"
]
}
}
}