https://mcp.qonversion.io/mcp and uses OAuth 2.1 for authentication.
The server follows the MCP Streamable HTTP spec and supports clients that connect natively over HTTP, as well as clients that use mcp-remote for compatibility.
Setup
Claude Desktop
Add the following to yourclaude_desktop_config.json:
Claude Code
/mcp in a Claude Code session to go through the authentication flow.
Cursor
Add the following to your.cursor/mcp.json:
Visual Studio Code
- Press
CTRL/CMD + Pand search for MCP: Add Server. - Select Command (stdio).
- Enter the following and press enter:
- Enter the name Qonversion and press enter.
- Open MCP: List Servers, select Qonversion, and click Start Server.
Windsurf
- Press
CTRL/CMD + ,to open settings. - Go to Cascade → MCP servers.
- Select Add Server → Add custom server and add the following:
Zed
- Press
CMD + ,to open settings. - Add the following:
Codex
Add the following to your~/.codex/config.toml:
codex mcp login Qonversion to authenticate.
Other clients
For clients that support MCP via stdio, use the following configuration:- Command:
npx - Arguments:
-y mcp-remote https://mcp.qonversion.io/mcp - Environment: None