Cursor MCP Server
커서 MCP - Claude Desktop 통합
Cursor IDE를 통해 Claude AI와 데스크톱 애플리케이션 간의 원활한 통합을 지원하는 모델 컨텍스트 프로토콜(MCP) 구현입니다. 이 도구는 Claude의 기능과 데스크톱 소프트웨어를 연결하는 다리 역할을 하여 향상된 AI 기반 개발 워크플로를 구현합니다.
빠른 시작(Windows)
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Cursor를 자동으로 설치하려면:
지엑스피1
수동 설치
필수 조건
설치
# Install globally npm install -g mcp-cursor # Or install locally git clone https://github.com/yourusername/cursor-mcp.git cd cursor-mcp npm install구성
프로젝트 루트에
.env파일을 만듭니다.# Windows path example DEFAULT_WORKSPACE_PATH=C:/Users/YourUsername/Documents/cursor-workspaces
Claude의 MCP 구성에 추가 Claude 구성에 다음을 추가합니다.
{ "name": "cursor", "type": "mcp", "config": { "server": "https://glama.ai/mcp/servers/4fg1gxbcex", "capabilities": ["cursor_control", "window_management"] } }서버 시작
# If installed globally mcp-cursor # If installed locally npm start
Related MCP server: MCP IDE Bridge
특징
개발 워크플로우에서 실시간 AI 지원
컨텍스트 인식 코드 제안 및 완성
Cursor IDE와의 원활한 통합
생산성 향상을 위한 Windows 자동화
자세한 설정
지역 개발 설정
복제하고 설치하세요:
git clone https://github.com/yourusername/cursor-mcp.git cd cursor-mcp npm install환경 구성을 생성합니다.
cp .env.example .env.env편집하고 작업 공간 경로를 설정합니다.DEFAULT_WORKSPACE_PATH=C:/Users/YourUsername/Documents/cursor-workspaces빌드하고 실행:
# Development mode with hot reload npm run dev # Production mode npm run build npm start
문제 해결
창 감지 문제
커서 IDE가 실행 중인지 확인하세요
MCP 서버를 다시 시작해 보세요.
작업 공간 경로가 올바른지 확인하세요
권한 문제
최초 설정 시 관리자 권한으로 터미널을 실행하세요.
작업 공간 디렉토리에서 적절한 파일 권한을 확인하세요.
노드 버전 문제
nvm사용하여 Node.js v18 이상으로 전환하세요.nvm install 18 nvm use 18
프로젝트 구조
cursor-mcp/
├── src/ # Source code
│ ├── services/ # Core services
│ ├── handlers/ # Event handlers
│ └── types/ # TypeScript definitions
├── build/ # Compiled JavaScript
└── .env # Environment configuration스크립트
npm run build- TypeScript 컴파일npm start- 프로덕션 서버 실행npm run dev- 핫 리로드로 개발 서버 시작
기여하다
저장소를 포크하세요
기능 브랜치 생성(
git checkout -b feature/amazing-feature)변경 사항 커밋(
git commit -m 'Add feature')브랜치에 푸시(
git push origin feature/amazing-feature)풀 리퀘스트 열기
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
지원하다
지원을 위해:
GitHub 저장소에서 이슈를 열어보세요
Discord 커뮤니티 에 가입하세요
FAQ를 확인하세요
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceActs as a bridge between Claude's desktop application and the Cursor editor, enabling seamless AI-powered automation and multi-instance management across platforms with standardized communication and secure token-based authentication.1067MIT
- AlicenseNot gradedqualityDmaintenanceEnables client-to-client communication between IDEs and development tools, allowing real-time collaboration across Cursor, VS Code, Windsurf, and other editors through bidirectional messaging and AI agent coordination.2MIT
- AlicenseBqualityCmaintenanceBridges Claude Code CLI with Cursor IDE to use your existing Claude subscription without separate API costs.13MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude.ai to interact with the Cursor editor to read files, write code, get selections, and more.201MIT
Related MCP Connectors
One searchable memory across Claude Code, Gemini, Codex, OpenCode, Antigravity and Cursor sessions.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Buga-luga/cursor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server