The same @conto_finance/mcp-server package works in both Claude Desktop and
Claude Code.
Already ran npx @conto_finance/create-conto-agent? Then npx conto mcp starts the MCP server
with the SDK key and base URL from your generated config. No manual environment setup needed.
The tabs below are for wiring the server into Claude Desktop or Claude Code directly.
A Conto agent SDK key. Format conto_agent_.... See the Quickstart to generate one.
The MCP server always uses CONTO_API_KEY=conto_agent_.... Do not use an organization API key
(conto_...) or CONTO_ORG_API_KEY here. If your backend also provisions agents or repairs
ownership, do that separately with an organization API key and ContoAdmin.
Claude Code (CLI)
Claude Desktop (macOS)
Claude Desktop (Windows)
Add Conto as an MCP server in one command:
claude mcp add conto \ --env CONTO_API_KEY=conto_agent_xxx... \ --env CONTO_BASE_URL=https://conto.finance \ -- npx @conto_finance/mcp-server
Environment flags must come before 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.