chromia-mcp
by chromindscan
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
.env
and install
Copy
cp .env.sample .env
npm i
npm run build
- setup Claude's Desktop App (mac setup)
Copy
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
Copy
{
"mcpServers": {
"chromia-mcp": {
"command": "node",
"args": [
"/PATH_TO_FOLDER/chromia-mcp/build/index.js"
]
}
}
}
- Restart Claude Desktop App
Enables AI to interact with Chromia Wallet for sending $CHR transactions.