cursor-mcp-server
v1.0.12
Published
Cursor MCP Server for Claude Desktop
Readme
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
- Install dependencies:
npm install- Run the development server:
npm run dev- 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 assetsDevelopment Guidelines
- Follow TypeScript best practices
- Use React Server Components by default
- Implement proper error handling with Zod
- Follow the Model Context Protocol specifications
