figranium-mcp

figranium/figranium-mcp
★ 1 stars Unknown language AI/LLM Updated today
Official Model Context Protocol (MCP) server for Figranium. Connects Claude, ChatGPT, and AI agents directly to Figranium tools and workflows.
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": {
    "figranium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figranium/figranium-mcp"
      ]
    }
  }
}