everycoin-mcp-server

neerajxp/everycoin-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
mcp server for everycon to connect with AI agent
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "everycoin-mcp-server": {
      "command": "uvx",
      "args": [
        "everycoin-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install everycoin-mcp-server