🔗
AI EngineeringJavaScript

IOTA Agent MCP

by Scottcjn

IOTA Agent MCP is an AI Engineering skill for Claude Code, published by Scottcjn in iota-agent-mcp.

64 stars12 forkson Scottcjn/iota-agent-mcpAdded 2026/07/16Repository updated 2026/07/14
Install in seconds
Install IOTA Agent MCP
Copy IOTA Agent MCP into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Scottcjn/iota-agent-mcp ~/.claude/skills/iota-agent-mcp

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Scottcjn/iota-agent-mcp.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Scottcjn/iota-agent-mcp
Installs to
~/.claude/skills/iota-agent-mcp
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What IOTA Agent MCP does

IOTA blockchain MCP server for AI coding agents: wallet management with human-in-the-loop signing, Move smart contract build/test/publish, and on-chain queries via JSON-RPC and GraphQL.

IOTA Agent MCP is cataloged under AI Engineering on DirSkills.

Documentation

README

IOTA Agent MCP

MCP server that connects AI coding agents to the IOTA blockchain. Provides 18 tools across wallet operations, Move smart contract development, and on-chain data queries — all via stdio transport with no secrets in the MCP process.

Workflow

  1. Configure the MCP server in your agent's settings (Claude Code, Cursor, VS Code Copilot)
  2. Query on-chain data — fetch objects, transactions, coins, epoch info, or decompile modules
  3. Develop Move contracts — build, test with coverage, generate unsigned publish transactions
  4. Sign and publish — generate unsigned transaction, submit via iota_wallet_sign_execute, check iota_wallet_pending for approval status, verify on-chain with iota_transaction

Signing flow (human-in-the-loop)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about IOTA Agent MCP

  • How does IOTA Agent MCP compare to other AI Engineering skills?

    IOTA Agent MCP ranks #3493 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of IOTA Agent MCP against them. Open each page to compare what they document and how they install.