Developer Tools
Trust: 39/100 (Limited)io.github.IndigoProtocol/cardano-mcp Guide
Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation
by IndigoProtocol
Quick Start
Install
npx @indigoprotocol/cardano-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-indigoprotocol-cardano-mcp": {
"command": "npx",
"args": [
"@indigoprotocol/cardano-mcp"
]
}
}
}