kleneway/awesome-cursor-mpc-server
Example of an MCP server with custom tools that can be called directly from cursor
Overview
kleneway/awesome-cursor-mpc-server is a TypeScript MCP server licensed under MIT. Example of an MCP server with custom tools that can be called directly from cursor
Ranked #12434 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 338
Freshness 1y ago
Issue Health 0%
Contributors 1
Dependents 0
Forks 99
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# 🤖 AI Development Assistant MCP Server Welcome to your AI-powered development toolkit, designed as a Model Context Protocol (MCP) server for Cursor! This project provides intelligent coding assistance through custom AI tools. Note that this is mostly a tutorial demo, and not a production-ready tool. ## ✨ Features ### 🎨 Code Architect Call advanced reasoning LLMs to generate plans and instructions for coding agents. ### 📸 Screenshot Buddy Take UI design screenshots and use them with the composer agent. ### 🔍 Code Review Use git diffs to trigger code reviews. ## 🚀 Getting Started ### 1. Environment Setup First, you'll need to set up your environment variables. Create a file at `src/env/keys.ts`: ```typescript export const OPENAI_API_KEY = "your_key_here"; // Add any other keys you need ``` > ⚠️ **Security Note**: Storing API keys directly in source code is not recommended for production environments. This is only for local development and learning purposes. You can setRead full README on GitHub →
Are you the maintainer? Claim this listing