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

A Proven Way to Use Claude Code for Free

A Proven Way to Use Claude Code for Free

Discover how to use Claude Code for free in 2025! Claim $100+ in credits, follow the easy setup guide. No credit card needed—act fast!

10 July 2025

Top 10 AI Agent Frameworks for Developers in 2025

Top 10 AI Agent Frameworks for Developers in 2025

The buzz around AI agents isn’t slowing down — but building one? That’s where things get tricky. What starts as a straightforward idea often turns into a complex journey filled with juggling multiple tools, designing prompt flows, and troubleshooting agent behavior. The real challenge lies in picking the right framework that fits your needs, skill level, and project scope. With so many options available, it can be overwhelming to know where to begin or which solution will actually deliver. 💡I

10 July 2025

How Much Will Grok 4 Cost and What Should Developers Expect from xAI's Latest Model

How Much Will Grok 4 Cost and What Should Developers Expect from xAI's Latest Model

Explore Grok 4 pricing structure, API costs, and implementation strategies. Learn about xAI's pricing tiers, token economics, and cost optimization techniques for developers and enterprises planning AI integration.

10 July 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs