vscode: deeplink.
Setup
Open the deeplink
Click the link below. VS Code will open and prompt you to register the qonto MCP server.The URL-encoded payload is
{"name":"qonto","type":"http","url":"https://mcp.qonto.com/mcp"}.Confirm the install
VS Code shows the server details. Click Allow to add it to your user-level MCP configuration.
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.
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.