
Chromia MCP
โ 1from chromindscan
Send CHR transactions using the Chromia Wallet.
๐ฅ๐ฅโ VerifiedFreeQuick setup
Chromia MCP
This tool that enables Claude AI to interact with Chromia Wallet for sending $CHR transactions.
Introduction on MCP: https://modelcontextprotocol.io/quickstart

Setting up
- git clone this repo
- setup
.envand install
cp .env.sample .env
npm i
npm run build- setup Claude's Desktop App (mac setup)
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json{
"mcpServers": {
"chromia-mcp": {
"command": "node",
"args": [
"/PATH_TO_FOLDER/chromia-mcp/build/index.js"
]
}
}
}- Restart Claude Desktop App
Copy & paste โ that's it
cp .env.sample .env
npm i
npm run buildNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.