MCP ExplorerExplorer

Chromia Mcp

@chromindscanon 9 months ago
1 MIT
FreeCommunity
AI Systems
Chromia MCP enables Claude AI to send $CHR transactions via Chromia Wallet.

Overview

What is Chromia Mcp

Chromia MCP is a tool that enables Claude AI to interact with the Chromia Wallet for sending $CHR transactions.

Use cases

Use cases include automating cryptocurrency transactions, integrating wallet functionalities into AI applications, and enhancing user interactions with blockchain technology.

How to use

To use Chromia MCP, clone the repository, set up the environment by copying the sample .env file, install dependencies, and configure Claude’s Desktop App to recognize the MCP server.

Key features

Key features include seamless integration with Claude AI, support for $CHR transactions, and a straightforward setup process.

Where to use

Chromia MCP can be used in applications that require cryptocurrency transactions, particularly those utilizing the Chromia blockchain.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers