A Complete Guide to Cursor's New Pricing: Subscriptions and Request Quotas

Delve into the intricacies of Cursor pricing, from its subscription plans and request quotas to the differences between Normal and Max modes. Understand how Cursor models cost. Stop guessing and start coding smarter with Cursor and Apidog!

Oliver Kingsley

Oliver Kingsley

27 May 2025

A Complete Guide to Cursor's New Pricing: Subscriptions and Request Quotas

In the rapidly evolving world of AI-powered coding, understanding how your tools are priced is crucial. Cursor, a popular AI coding assistant, offers a range of models and pricing plans—but many users are left scratching their heads over how requests, quotas, and modes actually work. Even more, with the introduction of Max Mode and premium models, the cost structure can feel like a maze.

If you’re a Cursor user seeking clarity—or looking for ways to optimize your workflow without breaking the bank—this article is for you. We’ll break down Cursor’s pricing, explain the difference between Normal and Max Mode, and show you how the free Apidog MCP Server can be seamlessly integrated into your Cursor workflow for maximum value.

💡
Pro Tip for Cursor Users: Before you dive deep into optimizing your Cursor costs, discover a powerful way to make your AI coding assistant even smarter with your APIs! Learn how the FREE Apidog MCP Server directly connects your API specifications to Cursor. This enables more precise code generation, reduces tedious context switching, and helps you build API-driven features faster.
button

Cursor Pricing: How Does Cursor Pricing Work?

Understanding Cursor pricing begins with its foundational request-based system. Essentially, most interactions with Cursor's AI models consume "requests". The cost of these requests and how many you get depends on your Cursor subscription plan. Let's break it down.

At its core, one standard "request" is priced at $0.04, as stated in their model pricing. Cursor offers several plans, each catering to different levels of usage:

Cursor Subscription Plan Comparison:

Plan Price Requests/Month Max Mode Premium Models Team Features
Hobby Free 50 Limited
Pro $20/month 500 Unlimited
Business $40/user/mo 500 Unlimited

What Happens When You Run Out of Fast Requests?

This is a common point of concern, as highlighted in various discussions. Once your monthly allotment of 500 fast requests (on Pro/Business) is exhausted, you have a couple of options:

  1. Slow Requests: Your account automatically switches to using slow requests for Normal mode operations. These are still premium models but are processed at a lower priority, meaning you might experience a waiting period. The length of this wait can vary based on system load and your recent slow request usage. Importantly, slow requests are not available for Max mode.
  2. Usage-Based Pricing: To avoid queues and continue using fast requests (or to use Max mode after exhausting your quota), you can opt into usage-based pricing from your dashboard. This means you'll be billed for additional requests beyond your plan's quota at the standard rate (e.g., 0.04 per standard request). You can set spending limits to control costs. Billing for this additional usage typically occurs when you've accrued 20 in extra charges or at the beginning of the next month, whichever comes first.

Key Things to Remember About Your Cursor Request Quotas:

Understanding these fundamentals of how Cursor pricing works is the first step to managing your expenditure and ensuring you're on the right plan for your needs.

Cursor's Normal Mode vs. Max Mode

Cursor offers two primary operational modes for its AI: Normal mode and Max mode. The choice between them significantly impacts both performance and, crucially, how Cursor models cost you in terms of requests. Many users express confusion about this, particularly regarding the potentially rapid consumption of Cursor request quotas in Max mode.

Normal Mode: Predictable and Efficient for Everyday Tasks

Max Mode: Powerhouse for Complex Reasoning and Agentic Tasks

Here's a simplified comparison:

Feature Normal Mode Max Mode
Pricing Basis Fixed requests per message/model Per 1M tokens (MTok) - API cost + 20%
Cost Example 1 request for a Claude 3.5 Sonnet prompt Can be multiple requests per interaction based on token count
Predictability High Lower; depends on context size & complexity
Context Window Optimized by Cursor Significantly larger (e.g., 75k to 1M+ tokens depending on model)
Tool Calls Standard Up to 200 without re-prompting
Slow Requests Available when fast requests are exhausted Not available; requires usage-based pricing if fast requests are out
Best For Everyday coding, predictable costs Complex reasoning, large contexts, agentic tasks

Choosing the right mode for the task at hand is crucial for balancing performance with your Cursor request quotas. For most daily tasks, Normal mode offers a cost-effective solution. Reserve Max mode for those truly complex challenges where its extended capabilities are necessary.

Apidog MCP Server: The Free Power-Up for Cursor Users

While Cursor’s built-in models and pricing are robust, you can dramatically expand your workflow—at zero cost—by integrating the Apidog MCP Server.

What is Apidog MCP Server?

The Apidog MCP Server acts as a direct bridge between your API specifications and AI-powered IDEs like Cursor. Once configured, it allows Cursor's AI to directly access and understand your API's structure, endpoints, schemas, and requirements. It supports various data sources:

The server reads and caches this API specification data locally, making it instantly available to Cursor. This means you can:

How to Integrate Apidog MCP Server with Cursor

Integrating the Apidog MCP Server with Cursor allows your AI assistant to tap directly into your API specifications. Here’s how to set it up:

Prerequisites:

Before you begin, ensure the following:

✅ Node.js is installed (version 18+; latest LTS recommended)

✅ You're using an IDE that supports MCP, such as: Cursor

Step 1: Prepare Your OpenAPI File

You'll need access to your API definition:

Step 2: Add MCP Configuration to Cursor

You'll now add the configuration to Cursor's mcp.json file.

configuring MCP Server in Cursor

Remember to Replace <oas-url-or-path> with your actual OpenAPI URL or local path.

{
  "mcpServers": {
    "API specification": {
      "command": "npx",
      "args": [
        "-y",
        "apidog-mcp-server@latest",
        "--oas=https://petstore.swagger.io/v2/swagger.json"
      ]
    }
  }
}
{
  "mcpServers": {
    "API specification": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "apidog-mcp-server@latest",
        "--oas=https://petstore.swagger.io/v2/swagger.json"
      ]
    }
  }
}

Step 3: Verify the Connection

After saving the config, test it in the IDE by typing the following command in Agent mode:

Please fetch API documentation via MCP and tell me how many endpoints exist in the project.

If it works, you’ll see a structured response that lists endpoints and their details. If it doesn’t, double-check the path to your OpenAPI file and ensure Node.js is installed properly.

Conclusion: Mastering Cursor Costs and Elevating Your API Workflow

Understanding Cursor’s pricing, request limits, and the difference between Normal and Max modes is key to getting the most out of this AI code editor. But true optimization goes beyond cost control. The free Apidog MCP Server takes your workflow to the next level by integrating your API specs directly into Cursor. It cuts manual work, reduces errors, and keeps your code in sync with your API design—without breaking your development flow.

button

Explore more

Testing Open Source Cluely (That help you cheat on everything with AI)

Testing Open Source Cluely (That help you cheat on everything with AI)

Discover how to install and test open-source Cluely, the AI that assists in interviews. This beginner’s guide covers setup, mock testing, and ethics!

18 June 2025

Cursor's New $200 Ultra Plan: Is It Worth It for Developers?

Cursor's New $200 Ultra Plan: Is It Worth It for Developers?

Explore Cursor’s new $200 Ultra Plan, offering 20x more usage than the Pro tier. Learn about Cursor pricing, features like Agent mode, and whether the Cursor Ultra plan suits developers. Compare with Pro, Business, and competitors to make an informed choice.

18 June 2025

Can Gemini 2.5’s New AI Models Change Everything? Meet Pro, Flash, and Flash-Lite

Can Gemini 2.5’s New AI Models Change Everything? Meet Pro, Flash, and Flash-Lite

Explore the Gemini 2.5 family, now out of preview, with Gemini 2.5 Pro, Flash, and Flash-Lite. Let's dives into their reasoning capabilities, performance metrics, and developer use cases. Learn how to integrate these AI models for coding, web development, and more.

18 June 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs