mcp-server-guide

AnimaApp/mcp-server-guide
★ 6 stars Shell Code/Dev Tools Updated today
A guide on how to use the Anima MCP server
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": {
    "mcp-server-guide": {
      "command": "npx",
      "args": [
        "-y",
        "AnimaApp/mcp-server-guide"
      ]
    }
  }
}