The reputation layer for AI skills, tools & agents

kleneway/awesome-cursor-mpc-server

Score: 20.4 Rank #12434

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 403 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 5 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for kleneway/awesome-cursor-mpc-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/kleneway--awesome-cursor-mpc-server)](https://agentrank-ai.com/tool/kleneway--awesome-cursor-mpc-server)
<a href="https://agentrank-ai.com/tool/kleneway--awesome-cursor-mpc-server"><img src="https://agentrank-ai.com/api/badge/tool/kleneway--awesome-cursor-mpc-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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 set
Read full README on GitHub →
Are you the maintainer? Claim this listing