Skip to main content

Install the Conto MCP server

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.

Prerequisites

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.
Add Conto as an MCP server in one command:
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.

Verify

Start a new Claude Code session:
Claude will invoke the get_wallets tool.

Manage the server

Configuration reference

Next steps

MCP tool reference

Full tool list, parameters, and responses

MCP overview

What MCP is and why Conto uses it