cursor25x

tuncer-byte/cursor25x
★ 22 stars TypeScript 🌐 Browser/Web Updated 3mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cursor25x": {
      "command": "npx",
      "args": [
        "-y",
        "tuncer-byte/cursor25x"
      ]
    }
  }
}

Topics

cursor-aimcpmcp-server