Install the Conto MCP server
The same@conto_finance/mcp-server package works in both Claude Desktop and
Claude Code.
Prerequisites
- Claude Desktop or Claude Code installed
- A Conto agent SDK key. Format
conto_agent_.... See the Quickstart to generate one.
- Claude Code (CLI)
- Claude Desktop (macOS)
- Claude Desktop (Windows)
Add Conto as an MCP server in one command:Environment flags must come before the Claude will invoke the
--. Everything after -- is the command Claude Code runs for the server, so flags placed there would be passed to npx instead.Replace conto_agent_xxx... with your actual SDK key.Verify
Start a new Claude Code session:get_wallets tool.Manage the server
Configuration reference
| Env var | Default | Required |
|---|---|---|
CONTO_API_KEY | none | Yes. Agent SDK key, format conto_agent_.... |
CONTO_BASE_URL | https://conto.finance | No. Override for local dev (e.g. http://localhost:3006). |
ContoAdmin. The MCP runtime itself should still receive an agent SDK
key.
Next steps
MCP tool reference
Full tool list, parameters, and responses
MCP overview
What MCP is and why Conto uses it