{"type":"mcp_server","name":"awesome-cursor-mpc-server","description":"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.","category":"Developer Tools","language":"TypeScript","stars":334,"forks":81,"owner":"kleneway","github_url":"https://github.com/kleneway/awesome-cursor-mpc-server","homepage":null,"setup":"## Setup\n\n1.  **Environment Setup**: Create a `src/env/keys.ts` file and add your OpenAI API key.\n\n   ```typescript\n   export const OPENAI_API_KEY = \"your_key_here\";\n   // Add any other keys you need\n   ```\n\n   > â ï¸ **Security Note**: Storing API keys directly in source code is not recommended for production environments.\n\n2.  **Installation**: Run `npm install` or `yarn install`.\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3.  **Build the Server**: Execute `npm run build`.\n\n   ```bash\n   npm run build\n   ```\n\n4.  **Adding to Cursor**: Configure the project as an MCP server in Cursor settings.\n\n    1.  Open Cursor\n    2.  Go to `Cursor Settings > Features > MCP`\n    3.  Click `+ Add New MCP Server`\n    4.  Fill out the form:\n        -   **Name**: AI Development Assistant\n        -   **Type**: stdio\n        -   **Command**: `node /path/to/your/project/dist/index.js`\n\n   > ð **Pro Tip**: You might need to use the full path to your project's built index.js file.\n\n   For more details about MCP setup, check out the [Cursor MCP Documentation](https://docs.cursor.com/advanced/model-context-protocol).","tools":"## Available Tools\n\n\t\t1. Code Architect (Call advanced reasoning LLMs to generate plans and instructions for coding agents.)\n\t\t2. Screenshot Buddy (Take UI design screenshots and use them with the composer agent.)\n\t\t3. Code Review (Use git diffs to trigger code reviews.)","faq":null,"created_at":"2025-02-05T00:02:41+00:00","updated_at":"2025-03-28T16:01:57+00:00","source_url":"https://model-context-protocol.com/servers/cursor-mcp-server-ai-coding-tools","related_articles":[]}