awesome-cursor-mpc-server

This repository provides an AI-powered development toolkit as a Model Context Protocol (MCP) server for Cursor, offering intelligent coding assistance through custom AI tools like code architect, screenshot buddy, and code review.

292
81

AI Development Assistant MCP Server

This project is an AI-powered development toolkit designed as a Model Context Protocol (MCP) server for Cursor, offering intelligent coding assistance through custom AI tools. It's primarily a tutorial demo.

Features:

  • Code Architect: Generates plans and instructions for coding agents using advanced reasoning LLMs.
  • Screenshot Buddy: Analyzes UI design screenshots using the composer agent.
  • Code Review: Performs code reviews triggered by git diffs.

Getting Started:

  1. Set up environment variables in src/env/keys.ts (API keys).
  2. Install dependencies using npm install or yarn install.
  3. Build the server with npm run build.
  4. Add the server to Cursor via Cursor Settings > Features > MCP, using node /path/to/your/project/dist/index.js as the command.

Once configured, use the tools in Cursor's Composer by explicitly requesting them or letting the AI suggest them. The project structure includes tools for code architecture, screenshot analysis, and code review. Contributions are welcome under the MIT License.

Repository

KL
kleneway

kleneway/awesome-cursor-mpc-server

Created

February 5, 2025

Updated

March 28, 2025

Language

TypeScript

Category

Developer Tools