CURSOR25X
Supports the development and management of Angular projects through an interactive task loop that automates web application development tasks.
Facilitates Node.js backend development, including API and authentication system implementation, using an automated, task-based workflow.
Enables interactive task-based development for React web applications, supporting automated file creation, project updates, and modern UI/UX design tasks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CURSOR25Xstart the task loop to build a modern React web app with authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CURSOR25X - Interactive Task Loop MCP Server
📱 Social Media
🚀 CURSOR25X is an interactive task loop MCP (Model Context Protocol) server developed for Cursor IDE. It performs task-based operations by continuously receiving user input and develops modern web applications.
Related MCP server: AI Optimizer MCP
🎯 Features
🔄 Interactive Task Loop: Continuous task loop with user input
📝 Automatic File Management: Automatically creates
cursor25xinput.cjsfile🌐 Web App Ready: Ready for modern web applications
📁 Smart Working Directory: Automatically detects Cursor workspace
🛑 Graceful Exit: Clean exit with "stop" command
⚡ Task Processing: Determines appropriate tasks based on input type
📋 Cursor Rules Integration:
.cursor/rules/cursor25x.mdcrules
🚀 Quick Setup
1. Clone Repository
git clone https://github.com/tuncer-byte/cursor25x.git
cd cursor25x2. Install Dependencies
npm install
npm run build3. Integrate with Cursor IDE
Add the following to your ~/.cursor/mcp.json file:
{
"mcpServers": {
"cursor25x": {
"command": "node",
"args": ["/path/to/cursor25x/dist/index.js"]
}
}
}4. Start Using
In Cursor IDE:
Ctrl+Shift+P > "MCP: Connect to Server"
Select
cursor25xserverRun
start_task_looptool
🔧 Usage
Main Tool: start_task_loop
One tool, maximum power!
// Run this tool in Cursor IDE:
mcp_cursor25x_start_task_loop()What it does:
🔄 Starts interactive loop
📝 Creates
cursor25xinput.cjs📋 Creates
.cursor/rules/cursor25x.mdcrules file🖥️ Waits for user input in terminal
⚡ Processes tasks based on input
📊 Task Loop Workflow
graph TD
A[Tool Started] --> B[Check Files]
B --> C[Create cursor25xinput.cjs]
C --> D[Create .cursor/rules/cursor25x.mdc]
D --> E[Run Node Input Script]
E --> F[Wait for User Input]
F --> G{Input Type?}
G -->|"create"| H[Create Task]
G -->|"read"| I[Read Task]
G -->|"update"| J[Update Task]
G -->|"delete"| K[Delete Task]
G -->|"help"| L[Help Task]
G -->|"stop"| M[End Loop]
H --> N[Return Result]
I --> N
J --> N
K --> N
L --> N
N --> E💡 Example Usage Commands
Create Web Application
🚀 CURSOR25X prompt: create a modern React web app with authenticationCode Review
🚀 CURSOR25X prompt: read and analyze the current project structureUpdate
🚀 CURSOR25X prompt: update the package.json with latest dependenciesHelp
🚀 CURSOR25X prompt: helpEnd Loop
🚀 CURSOR25X prompt: stop🏗️ Project Structure
cursor25x/
├── src/
│ ├── index.ts # Main MCP server
│ ├── interactive-loop.ts # Task loop logic
│ ├── input-handler.ts # Input processing
│ └── rules.ts # Task rules
├── dist/ # Compiled JavaScript
├── .cursor/
│ └── rules/
│ └── cursor25x.mdc # Cursor IDE rules
├── cursor25xinput.cjs # Interactive input handler
├── package.json
├── tsconfig.json
└── README.md🛠️ Development
Run in Development Mode
npm run devBuild
npm run buildTesting
# Test MCP server
node dist/index.js🔧 Configuration
Working Directory
Server automatically determines working directory in this order:
CURSOR_WORKSPACEenvironment variablePWDenvironment variable~/cursor25xdefault directory
Cursor Rules
.cursor/rules/cursor25x.mdc file is automatically created and includes:
Task loop workflow rules
Input processing guide
Error handling directives
Usage examples
🌐 Web App Support
CURSOR25X is optimized for modern web application development:
React/Vue/Angular projects
Node.js backend development
Database integration
API development
Authentication systems
Modern UI/UX design
🚨 Troubleshooting
MCP Connection Error
# Check if server is running
ps aux | grep cursor25x
# Port check
netstat -an | grep LISTENBuild Error
# Clean dependencies and reinstall
rm -rf node_modules package-lock.json
npm install
npm run buildCursor Integration Error
Check
~/.cursor/mcp.jsonfileMake sure paths are correct
Restart Cursor IDE
🤝 Contributing
Fork the project
Create feature branch (
git checkout -b feature/amazing-feature)Commit changes (
git commit -m 'Add amazing feature')Push to branch (
git push origin feature/amazing-feature)Create Pull Request
📝 License
MIT License - see LICENSE file for details.
🎉 Credits
Developer: tuncer-byte
MCP SDK: @modelcontextprotocol/sdk
Cursor IDE: Cursor
📞 Contact
GitHub Issues: Issues
Discussions: Discussions
🚀 Speed up your development workflow 25x with CURSOR25X!
Designed for modern AI-powered development. Perfect harmony with Cursor IDE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that integrates with AI editors like Cursor to maximize agentic capabilities while solving context window limitations, providing a Svelte UI for task planning and implementation tracking.Last updated21
- Alicense-qualityCmaintenanceA multi-task MCP server for AI code optimization and testing that integrates with VSCode/Cursor, CLI tools, and autonomous agents. It provides tools for running tests, generating code improvements, and managing objectives across different environments.Last updated1Apache 2.0
- FlicenseAqualityCmaintenanceAn interactive feedback MCP server with a web UI, enabling AI-driven development workflows where AI can prompt users for feedback before taking actions, supporting platforms like Cursor, Cline, and Windsurf.Last updated2
- Flicense-qualityDmaintenanceAn MCP server for managing tasks in Cursor IDE, enabling AI agents to create, update, and comment on tasks via MCP tools, with a kanban dashboard and WebSocket events.Last updated1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tuncer-byte/cursor25x'
If you have feedback or need assistance with the MCP directory API, please join our Discord server