Skip to main content
Connect Cursor to Corvera’s hosted MCP server so you can pull your data straight into your editor.
https://mcp.corvera.ai/mcp
1

Open the MCP settings

In Cursor, open Settings → Tools & MCP and choose New MCP server. This opens your mcp.json configuration.
2

Add the Corvera server

Add Corvera as a Streamable HTTP server:
{
  "mcpServers": {
    "corvera": {
      "url": "https://mcp.corvera.ai/mcp"
    }
  }
}
Use ~/.cursor/mcp.json for all projects, or .cursor/mcp.json in a project for that project only.
3

Sign in to Corvera

Cursor prompts you to authenticate. Complete the OAuth sign-in with your Corvera account.

Try it out

Confirm the connection, then ask in chat:
Run list_my_integrations and tell me what data I can query.
Pull my last 90 days of Shopify orders and chart weekly revenue.
Build a small dashboard from my weekly EPOS by store.
For the full configuration reference, see the Cursor MCP docs.