Skip to content
Claude Desktop

mcp dock for Claude Desktop

io.github.codespar/mcp-dock

MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs

client:Claude Desktop transport:stdio runtime:npm

Install mcp dock 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-dock": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-dock"
      ],
      "env": {
        "DOCK_CLIENT_ID": "<DOCK_CLIENT_ID>",
        "DOCK_CLIENT_SECRET": "<DOCK_CLIENT_SECRET>",
        "DOCK_ENV": "<DOCK_ENV>"
      }
    }
  }
}

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

mcp dock in other clients