easytopic-mcp-server

EB-CON-GmbH/easytopic-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
MCP Server for using Claude in an EasyTopic Project
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "easytopic-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "EB-CON-GmbH/easytopic-mcp-server"
      ]
    }
  }
}