Cursor MCP Server
カーソルMCP - クロードデスクトップ統合
モデルコンテキストプロトコル(MCP)実装により、Cursor IDEを介してClaude AIとデスクトップアプリケーションをシームレスに統合できます。このツールは、Claudeの機能とデスクトップソフトウェア間の橋渡しとして機能し、AIを活用した開発ワークフローを強化します。
クイックスタート(Windows)
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Cursor を自動的にインストールするには:
npx -y @smithery/cli install cursor-mcp-tool --client claude手動でインストールする
前提条件
インストール
# 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 アシスタンス
コンテキストに応じたコード提案と補完
カーソル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 ライセンス - 詳細については LICENSE ファイルを参照してください。
サポート
サポートについては:
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