Skip to content
Claude Desktop

mcp matera for Claude Desktop

io.github.codespar/mcp-matera

MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático

client:Claude Desktop transport:stdio runtime:npm

Install mcp matera 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-matera": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-matera"
      ],
      "env": {
        "MATERA_CLIENT_ID": "<MATERA_CLIENT_ID>",
        "MATERA_CLIENT_SECRET": "<MATERA_CLIENT_SECRET>",
        "MATERA_BASE_URL": "<MATERA_BASE_URL>"
      }
    }
  }
}

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

mcp matera in other clients