trackmcp
Back to directory
chromindscan

chromia-mcp

View on GitHub
1 stars TypeScriptOthers Updated Dec 23, 2024

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

sh
cp .env.sample .env
npm i
npm run build

3. setup Claude's Desktop App (mac setup)

sh
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
json
{
    "mcpServers": {
        "chromia-mcp": {
            "command": "node",
            "args": [
                "/PATH_TO_FOLDER/chromia-mcp/build/index.js"
            ]
        }
    }
}

4. Restart Claude Desktop App

Frequently asked questions

What is chromia-mcp?

chromia-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install chromia-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is chromia-mcp open source?

Yes — it is hosted on GitHub at https://github.com/chromindscan/chromia-mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP