vscode: deeplink.
Setup
1
Add to VS Code
Click the button below. VS Code will open and prompt you to register the qonto MCP server.Add to VS Code
2
Confirm the install
VS Code shows the server details. Click Allow to add it to your user-level MCP configuration.
3
Authenticate on first use
Open the Copilot Chat panel. The first time Copilot calls a Qonto tool, VS Code opens an OAuth window. Sign in to Qonto, pick the organization to connect, and consent.
4
Verify
In Copilot Chat, switch to Agent mode (the model picker → Agent) and ask:
List my Qonto cards.Copilot routes the call through the
list_cards tool and shows the result.Manual setup (alternative)
Open the Command Palette (Cmd/Ctrl + Shift + P) and run MCP: Add Server. Choose HTTP, then enter:
- Name:
qonto - URL:
https://mcp.qonto.com/mcp
.vscode/mcp.json at the workspace root.
Notes
- Copilot Chat needs Agent mode to invoke MCP tools, the default Ask mode does not call tools.
- VS Code stores OAuth tokens in your OS keychain via the Authentication API.