1.0.12 • Published 7 months ago

cursor-mcp-server v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Cursor MCP - Claude Desktop Integration

A Model Context Protocol implementation for Claude Desktop using the MCP TypeScript SDK.

Features

  • Model Context Protocol integration
  • TypeScript-first development
  • Next.js 14 App Router
  • Modern UI with Radix UI components
  • Type-safe API interactions

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Project Structure

cursor-mcp/
├── app/                 # Next.js App Router
├── components/         # Shared components
├── lib/               # Utility functions and MCP implementation
├── types/             # TypeScript type definitions
└── public/            # Static assets

Development Guidelines

  • Follow TypeScript best practices
  • Use React Server Components by default
  • Implement proper error handling with Zod
  • Follow the Model Context Protocol specifications
1.0.12

7 months ago