Cursor Pro Limits MCP Server
Enables real-time monitoring of Cursor Pro usage limits and API quotas across different AI services. Tracks Sonnet 4.5, Gemini, and GPT-5 request usage with alerts when approaching subscription limits.
README
Cursor Pro Limits MCP Server
A Model Context Protocol (MCP) server for monitoring Cursor Pro usage limits and API quotas. This server helps you track your daily usage across different AI services and stay within your Cursor Pro limits.
Features
- 📊 Real-time Usage Monitoring: Track Sonnet 4.5, Gemini, and GPT-5 request usage
- 🚨 Alert System: Get warnings when approaching limits
- 📈 Usage Statistics: Detailed breakdown of current usage vs. limits
- 🔧 Easy Integration: Works with any MCP-compatible client
- 🎯 TypeScript: Fully typed with strict TypeScript configuration
Cursor Pro Limits (Monthly)
Based on Cursor Pro subscription limits:
Pro Tier
- Sonnet 4.5: 225 requests/month
- Gemini: 550 requests/month
- GPT-5: 500 requests/month
- Total: 1,275 requests/month
Pro+ Tier
- Sonnet 4.5: 675 requests/month
- Gemini: 1,650 requests/month
- GPT-5: 1,500 requests/month
- Total: 3,825 requests/month
Ultra Tier
- Sonnet 4.5: 4,500 requests/month
- Gemini: 11,000 requests/month
- GPT-5: 10,000 requests/month
- Total: 25,500 requests/month
Installation
npm install cursor-pro-limits-mcp
Usage
As an MCP Server
- Configure your MCP client to use this server:
{
"mcpServers": {
"cursor-pro-limits": {
"command": "npx",
"args": ["cursor-pro-limits-mcp"]
}
}
}
- Available Tools:
get_usage_stats
Get comprehensive usage statistics for all services.
// Returns current usage, limits, percentages, and remaining requests
get_service_usage
Get detailed usage for a specific service.
Parameters:
service:"sonnet45" | "gemini" | "gpt5" | "total"
check_alerts
Check for services approaching or exceeding limits.
update_usage
Update usage statistics (for testing or manual updates).
Parameters:
sonnet45Requests(optional): Number of Sonnet 4.5 requestsgeminiRequests(optional): Number of Gemini requestsgpt5Requests(optional): Number of GPT-5 requeststotalRequests(optional): Total number of requests
set_subscription_tier
Set the subscription tier (pro, pro-plus, ultra).
Parameters:
tier: Subscription tier ("pro", "pro-plus", or "ultra")
get_subscription_info
Get current subscription tier and limits information.
Programmatic Usage
import { CursorLimitsMonitor } from 'cursor-pro-limits-mcp';
// Create monitor for Pro tier (default)
const monitor = new CursorLimitsMonitor('pro');
// Get current usage stats
const stats = monitor.getUsageStats();
console.log(`Sonnet 4.5: ${stats.limits.sonnet45Requests}/${stats.quotas.maxSonnet45Requests}`);
// Check for alerts
const alerts = monitor.checkAlerts();
if (alerts.length > 0) {
console.log('Warning: Approaching limits!');
}
// Update usage (e.g., from API response)
monitor.updateLimits({
sonnet45Requests: 150,
geminiRequests: 300,
gpt5Requests: 200,
totalRequests: 650
});
// Switch to Pro+ tier for higher limits
monitor.updateTier('pro-plus');
console.log(`Switched to ${monitor.getCurrentTier()} tier`);
Development
Prerequisites
- Node.js 18.0.0 or higher
- npm or yarn
Setup
# Clone the repository
git clone <repository-url>
cd cursor-pro-limits-mcp
# Install dependencies
npm install
# Build the project
npm run build
Available Scripts
# Build TypeScript
npm run build
# Watch mode for development
npm run dev
# Start the server
npm start
# Lint code
npm run lint
# Fix linting issues
npm run lint:fix
# Format code
npm run format
# Check formatting
npm run format:check
# Clean build directory
npm run clean
Code Quality
This project uses:
- TypeScript with strict configuration
- ESLint for code linting
- Prettier for code formatting
- No
anytypes - fully typed codebase
API Reference
Types
interface CursorProLimits {
sonnet45Requests: number;
geminiRequests: number;
gpt5Requests: number;
totalRequests: number;
lastUpdated: Date;
}
interface UsageStats {
limits: CursorProLimits;
quotas: CursorProQuotas;
usagePercentages: {
sonnet45: number;
gemini: number;
gpt5: number;
total: number;
};
remaining: {
sonnet45: number;
gemini: number;
gpt5: number;
total: number;
};
}
Methods
CursorLimitsMonitor
getUsageStats(): Get comprehensive usage statisticsgetServiceUsage(service): Get usage for specific servicecheckAlerts(): Check for services approaching limitsupdateLimits(limits): Update usage statisticsonUpdate(callback): Subscribe to usage updates
Contributing
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes
- Run tests and linting:
npm run lint && npm run format:check - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
License
MIT License - see LICENSE file for details.
Support
For issues and questions:
- Open an issue on GitHub
- Check the documentation
- Review the TypeScript types for API reference
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。