Skip to main content
Glama

Cursor MCP Server

by Buga-luga

カーソルMCP - クロードデスクトップ統合

モデルコンテキストプロトコル(MCP)実装により、Cursor IDEを介してClaude AIとデスクトップアプリケーションをシームレスに統合できます。このツールは、Claudeの機能とデスクトップソフトウェア間の橋渡しとして機能し、AIを活用した開発ワークフローを強化します。

クイックスタート(Windows)

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Cursor を自動的にインストールするには:

npx -y @smithery/cli install cursor-mcp-tool --client claude

手動でインストールする

  1. 前提条件
  2. インストール
    # Install globally npm install -g mcp-cursor # Or install locally git clone https://github.com/yourusername/cursor-mcp.git cd cursor-mcp npm install
  3. 構成
    • プロジェクト ルートに.envファイルを作成します。
      # Windows path example DEFAULT_WORKSPACE_PATH=C:/Users/YourUsername/Documents/cursor-workspaces
  4. Claude の MCP 構成に追加するClaude 構成に以下を追加します。
    { "name": "cursor", "type": "mcp", "config": { "server": "https://glama.ai/mcp/servers/4fg1gxbcex", "capabilities": ["cursor_control", "window_management"] } }
  5. サーバーを起動する
    # If installed globally mcp-cursor # If installed locally npm start

特徴

  • 開発ワークフローにおけるリアルタイム AI アシスタンス
  • コンテキストに応じたコード提案と補完
  • カーソルIDEとのシームレスな統合
  • 生産性向上のためのWindows自動化

詳細な設定

ローカル開発のセットアップ

  1. クローンしてインストール:
    git clone https://github.com/yourusername/cursor-mcp.git cd cursor-mcp npm install
  2. 環境設定を作成します。
    cp .env.example .env
    .envを編集してワークスペース パスを設定します。
    DEFAULT_WORKSPACE_PATH=C:/Users/YourUsername/Documents/cursor-workspaces
  3. ビルドして実行:
    # Development mode with hot reload npm run dev # Production mode npm run build npm start

トラブルシューティング

  1. ウィンドウ検出の問題
    • カーソルIDEが実行中であることを確認する
    • MCPサーバーを再起動してみてください
    • ワークスペースのパスが正しいか確認してください
  2. 権限の問題
    • 初回セットアップでは管理者としてターミナルを実行します
    • ワークスペースディレクトリ内の適切なファイル権限を確認する
  3. ノードバージョンの問題
    • 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 - ホットリロードで開発サーバーを起動する

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成する ( git checkout -b feature/amazing-feature )
  3. 変更をコミットする( git commit -m 'Add feature'
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

ライセンス

MIT ライセンス - 詳細については LICENSE ファイルを参照してください。

サポート

サポートについては:

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

リアルタイムのコード インデックス作成、分析、Claude との双方向通信を可能にし、同時セッションと自動再接続をサポートすることで、Cursor コード エディターとの統合を容易にします。

  1. クイックスタート(Windows)
    1. Smithery経由でインストール
    2. 手動でインストールする
  2. 特徴
    1. 詳細な設定
      1. ローカル開発のセットアップ
      2. トラブルシューティング
    2. プロジェクト構造
      1. スクリプト
        1. 貢献
          1. ライセンス
            1. サポート

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.
                Last updated -
                839
                240
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A code review tool for Cursor IDE that uses OpenAI's GPT models to provide intelligent code analysis and suggestions.
                Last updated -
                2
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.
                Last updated -
                839
                2
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                An MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.
                Last updated -
                1
                Python
                • Linux
                • Apple

              View all related MCP servers

              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