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 (A list of configured MCP servers is shown. Click Authenticate next to
claude) and run the slash command: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.jsonat the project root. See the Claude Code MCP docs.