Cursor Pro Plan Goes Unlimited (with Rate Limits)

Cursor’s new Pro plan promises an unlimited-with-rate-limits model, but what does that really mean? Dive into the details, user concerns, and find out whether it is a smart upgrade or sneaky shift.

Oliver Kingsley

Oliver Kingsley

19 June 2025

Cursor Pro Plan Goes Unlimited (with Rate Limits)

In the rapidly evolving world of AI-powered coding, Cursor has just announced a major update to its Pro plan pricing. The new model in Pro Plan—"unlimited-with-rate-limits"—has sparked excitement, confusion, and plenty of questions among developers. Let’s delve into what’s changed, what it means for you, and how you can get even more value by integrating Apidog’s free MCP Server.

Posts from the cursor
community on Reddit
💡
Want to break free from confusing rate limits and maximize your coding productivity? Apidog is the all-in-one API development platform that integrates seamlessly with Cursor. Design, test, and document APIs—plus, Apidog’s MCP Server is free and can dramatically cut your token usage. Sign up now and experience next-level API development!
button

What Was the Old Cursor Pro Plan?

Previously, Cursor’s Pro plan was straightforward but restrictive:

Cursor Old Pro Plan at a Glance

Plan Price Fast Requests Slow Requests Max Mode Tool Calls
Pro $20/mo 500/mo Unlimited Yes Limited

This system left many users worried about running out of fast requests, unpredictable costs, and the complexity of managing quotas—especially when using Max Mode for complex tasks.

Cursor’s New Unlimited-with-Rate-Limits Model: What’s Really Changed?

Cursor’s latest announcement introduces a new Pro plan model: unlimited-with-rate-limits. Here’s what’s new:

Cursor Pro Plan—Old vs. New

Feature Old Pro Plan New Pro Plan (2025)
Fast Requests 500/mo Unlimited (rate-limited)
Tool Calls Limited Limits Lifted
Max Mode Yes (quota-based) Yes (rate-limited)
Price $20/mo $20/mo

Though Cursor is becoming "generous", somehow you would want to know how to cut your Cursor cost.

But what does "unlimited-with-rate-limits" actually mean?

User Concerns: Is Cursor’s Unlimited Pro Plan Truly Unlimited?

The developer community has been buzzing with questions:

Key Points of Confusion:

Pro Tip: If you want to avoid rate limit headaches and get more out of your API workflow, Apidog’s free MCP Server is the perfect companion to Cursor. Read on to learn how to set it up!

How to Use Apidog MCP Server with Cursor: Step-by-Step Guide

Apidog MCP Server is a game-changer for Cursor users. It lets you connect your API specifications directly to Cursor, enabling smarter code generation, instant API documentation access, and seamless automation—all for free.

Step 1: Prepare Your OpenAPI File

Step 2: Add MCP Configuration to Cursor

configuring MCP Server in Cursor

For MacOS/Linux:

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

For Windows:

{
  "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

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

Pro Tip: With Apidog MCP Server, you can generate code, search API content, and automate tasks in Cursor—without worrying about rate limits or extra costs!


Final Take-away

Cursor’s new unlimited-with-rate-limits Pro plan is a bold move, offering more flexibility and fewer hard stops for most users. But for those who need true freedom, transparency, and power, integrating Apidog MCP Server is the ultimate upgrade.

Indulge in the confidence of knowing your API workflow is optimized, cost-effective, and future-proof. Sign up for Apidog today and experience the next level of API development!

button

Explore more

Voxtral: Mistral AI's Open Source Whisper Alternative

Voxtral: Mistral AI's Open Source Whisper Alternative

For the past few years, OpenAI's Whisper has reigned as the undisputed champion of open-source speech recognition. It offered a level of accuracy that democratized automatic speech recognition (ASR) for developers, researchers, and hobbyists worldwide. It was a monumental leap forward, but the community has been eagerly awaiting the next step—a model that goes beyond mere transcription into the realm of true understanding. That wait is now over. Mistral AI has entered the ring with Voxtral, a ne

15 July 2025

How to build, deploy and host MCP servers on Netlify

How to build, deploy and host MCP servers on Netlify

Build and deploy MCP servers on Netlify to connect AI agents with your platform. This guide covers setup, deployment, and testing with a sample prompt, making AI workflows a breeze with Netlify’s serverless power.

15 July 2025

How to Use Kimi K2 in Cursor

How to Use Kimi K2 in Cursor

Learn how to use Kimi K2 in Cursor, why developers are demanding this integration, and how Apidog MCP Server lets you connect, document, and automate your API workflows with Kimi K2.

15 July 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs