Skip to main content
Claude Code is Anthropic’s official terminal-based agent. It supports remote MCP servers natively through claude mcp add.

Setup

1

Add the server

From any terminal, run:
This registers the server in your local Claude Code configuration (~/.claude.json). The name qonto-mcp is local, you can pick a different one if you prefer.
2

Authenticate

Open Claude Code (claude) and run the slash command:
A list of configured MCP servers is shown. Click Authenticate next to qonto-mcp. Claude Code opens a browser window for the Qonto OAuth flow.
3

Verify

Still in Claude Code, ask:
Show me my pending requests.
Claude Code will list the list_requests tool, request your approval to run it, and stream back the result.

Useful commands

Notes

  • The configuration is per-user, per-machine. If you work on multiple machines, run claude mcp add ... on each.
  • For team-shared configurations, place the server under .mcp.json at the project root. See the Claude Code MCP docs.

Removing the server

To also revoke Qonto’s side of the consent, do it from the connected apps section of your Qonto account.