Skip to main content
Skip table of contents

Integrate Mavvrik MCP in Cursor

Mavvrik MCP connects Cursor to Mavvrik through a secure sign-in and authorization flow.

The connection uses the Mavvrik tenant associated with your authenticated Mavvrik user account. After authorization is complete, Mavvrik MCP becomes available inside Cursor, allowing you to ask cloud cost intelligence questions directly in a natural conversation.

To enable this experience, connect Cursor to the Mavvrik MCP server.

Cursor can connect to Mavvrik in two ways:

Connector flow — Recommended
Sign in with OAuth through Cursor’s built-in MCP UI. This secure authorization flow ties access to your authenticated Mavvrik account and associated tenant.

Manual configuration
Add the Mavvrik MCP server to your mcp.json file using an API key. This option is useful when you prefer to configure the connection manually or need to manage MCP settings directly.

Connect using Cursor’s MCP UI — Recommended

  1. Go to cursor

  2. Click MCP and click Add +

    image-20260611-040739.png
  3. Choose Add custom MCP

    image-20260611-040822.png
  4. Enter the Mavvrik MCP details.

  5. Enter https://mcp.mavvrik.ai/mcp for server URL

    image-20260611-040953.png
  6. Click Login to start the Mavvrik sign-in flow

    image-20260611-041025.png
  7. Complete the login flow (tenant subdomain → Firebase authentication).

  8. Enter your tenant domain URL, allow access, and then enter your Mavvrik login credentials.

    image-20260611-041141.png
image-20260611-072036.png
  1. The Mavvrik tools are now available — start using the MCP.

  2. Run a prompt such as: from mavvrik mcp Get my cloud costs for AWS and GCP for the last 7 days.

image-20260611-085028.png

Connect manually using mcp.json

  1. In Cursor, open MCP settings via the + / Open MCP settings button

    image-20260611-043017.png
  2. Click Add custom MCP

    image-20260611-043052.png
  3. Add the following to mcp.json, replacing YOUR_API_KEY and YOUR_TENANT_ID with your own credentials: (keep existing code block)

    CODE
    {
      "mcpServers": {
        "mavvrik-finops": {
          "type": "streamable-http",
          "url": "https://mcp.mavvrik.ai/mcp",
          "headers": {
            "x-api-key": "YOUR_API_KEY",
            "tenant": "YOUR_TENANT_ID"
          }
        }
      }
    }
    image-20260611-043243.png
  4. Refresh the Tools & MCP tab — mavvrik-finops will appear.

    image-20260611-043332.png
  5. Click Connect and complete login.

    image-20260611-043420.png
  6. The MCP is ready to use.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.