Skip to content
Claude Desktop

mcp foxbit for Claude Desktop

io.github.codespar/mcp-foxbit

MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional

client:Claude Desktop transport:stdio runtime:npm

Install mcp foxbit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-foxbit": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-foxbit"
      ],
      "env": {
        "FOXBIT_API_KEY": "<FOXBIT_API_KEY>",
        "FOXBIT_API_SECRET": "<FOXBIT_API_SECRET>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp foxbit in other clients