FlashKey_MCP-Server

Ai-Thinker-Open/FlashKey_MCP-Server
★ 2 stars Python Other Updated today
FlashKey 的MCP 服务器
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": {
    "flashkey_mcp-server": {
      "command": "uvx",
      "args": [
        "flashkey-mcp-server"
      ]
    }
  }
}

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