Chromia AI and Robotics/chromia-mcp
Built by Metorial, the integration platform for agentic AI.
Chromia AI and Robotics/chromia-mcp
Server Summary
Send $CHR transactions
Check wallet balance
Retrieve transaction history
This tool that enables Claude AI to interact with Chromia Wallet for sending $CHR transactions.
Introduction on MCP: https://modelcontextprotocol.io/quickstart
.env
and installcp .env.sample .env
npm i
npm run build
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chromia-mcp": {
"command": "node",
"args": [
"/PATH_TO_FOLDER/chromia-mcp/build/index.js"
]
}
}
}