CURSOR25X
About
An interactive task loop server for Cursor IDE, designed to perform task-based operations for modern web application development.
Details
- Author
- tuncer-byte
- Categories
- Developer Tools
Jump to
Setup
Install CURSOR25X in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/tuncer-byte/cursor25x
Follow the installation instructions in the repository README, then restart your MCP client.
CURSOR25X - Interactive Task Loop MCP Server
πCURSOR25Xis 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.
- πInteractive Task Loop: Continuous task loop with user input
- πAutomatic File Management: Automatically createscursor25xinput.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
git clone https://github.com/tuncer-byte/cursor25x.git cd cursor25x
Add the following to your~/.cursor/mcp.jsonfile:
{ "mcpServers": { "cursor25x": { "command": "node", "args": ["/path/to/cursor25x/dist/index.js"] } } }
- Ctrl+Shift+P > "MCP: Connect to Server"
- Selectcursor25xserver
- Runstart_task_looptool
// Run this tool in Cursor IDE: mcp_cursor25x_start_task_loop()
- π Starts interactive loop
- π Createscursor25xinput.cjs
- π Creates.cursor/rules/cursor25x.mdcrules file
- π₯οΈ Waits for user input in terminal
- β‘ Processes tasks based on input
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
π CURSOR25X prompt: create a modern React web app with authentication
π CURSOR25X prompt: read and analyze the current project structure
π CURSOR25X prompt: update the package.json with latest dependencies
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
Server automatically determines working directory in this order:
- CURSOR_WORKSPACEenvironment variable
- PWDenvironment variable
- ~/cursor25xdefault directory
.cursor/rules/cursor25x.mdcfile is automatically created and includes:
- Task loop workflow rules
- Input processing guide
- Error handling directives
- Usage examples
CURSOR25X is optimized for modern web application development:
- React/Vue/Angularprojects
- Node.jsbackend development
- Databaseintegration
- APIdevelopment
- Authenticationsystems
- Modern UI/UXdesign
# Check if server is running ps aux | grep cursor25x # Port check netstat -an | grep LISTEN
# Clean dependencies and reinstall rm -rf node_modules package-lock.json npm install npm run build
- Check~/.cursor/mcp.jsonfile
- Make sure paths are correct
- Restart Cursor IDE
- 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
MIT License - seeLICENSEfile for details.
- Developer:tuncer-byte
- MCP SDK:@modelcontextprotocol/sdk
- Cursor IDE:Cursor
- 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 is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker β generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMaticβs API.
One shared context layer for AI agents and humans β live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





