JUHE API Marketplace
chromindscan avatar
MCP Server

chromia-mcp

Enables AI to interact with [Chromia](https://chromia.com/) Wallet for sending $CHR transactions.

1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "chromia-mcp",
3 "command": "node",
4 "args": [
5 "/PATH_TO_FOLDER/chromia-mcp/build/index.js"
6 ]
7}
JSON7 lines

README Documentation

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

  1. git clone this repo
  2. setup .env and install
cp .env.sample .env
npm i
npm run build
  1. 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"
            ]
        }
    }
}
  1. Restart Claude Desktop App

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source