claude mcp add.
Setup
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.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.Useful commands
| Command | What it does |
|---|---|
claude mcp list | List configured MCP servers and their auth status. |
claude mcp remove qonto-mcp | Remove the Qonto server from your configuration. |
/mcp (in-session) | Inspect, authenticate, or restart MCP servers. |
/permissions (in-session) | Review and edit which tools are auto-approved. |
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.