Skip to main content

Prerequisites

Configuration

Add the following to your claude_desktop_config.json:
File location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conto": {
      "command": "npx",
      "args": ["@conto_finance/mcp-server"],
      "env": {
        "CONTO_API_KEY": "conto_agent_xxx...",
        "CONTO_BASE_URL": "https://conto.finance"
      }
    }
  }
}
Replace conto_agent_xxx... with your actual SDK key.

Verify

  1. Restart Claude Desktop
  2. Look for the tools icon in the chat input — you should see Conto tools listed
  3. Try asking Claude: “What are my wallet balances?”