MCP.so
ログイン

Project Opener MCP Server

@jlmelis

Project Opener MCP Server について

MCP server for easily opening code3 projects in either VS Code or Visual Studio

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

jlmelis

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "project-opener": {
      "command": "node",
      "args": [
        "build/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Project Opener MCP Server?

Project Opener MCP Server provides tools for interacting with project files from Claude Desktop. It requires the Filesystem MCP Server and is intended for developers using Claude Desktop to manage project directories.

How to use Project Opener MCP Server?

Install Node.js (v18+), clone the repository, and run npm install. In Claude Desktop, add a new MCP server with the command node and arguments ["build/index.js"].

Key features of Project Opener MCP Server

  • Opens a project in the default editor
  • Retrieves information about a specific project
  • Works with relative project paths
  • Integrates directly with Claude Desktop settings

Use cases of Project Opener MCP Server

  • Opening a project folder from within Claude Desktop
  • Getting project metadata without leaving the Claude interface
  • Managing multiple projects via Claude’s MCP tooling

FAQ from Project Opener MCP Server

What runtime does Project Opener MCP Server require?

It requires Node.js v18.x or later.

Does Project Opener MCP Server depend on other MCP servers?

Yes, it requires the Filesystem MCP Server, available on GitHub.

How do I configure Project Opener MCP Server in Claude Desktop?

Add a new MCP server with the command node and arguments ["build/index.js"] in Settings > MCP Servers.

What tools does Project Opener MCP Server provide?

It provides two tools: open-project (opens a project in the default editor) and get-project-info (retrieves project information). Both take a path parameter.

Is there any authentication or transport specified?

No authentication or transport details are mentioned in the README.

コメント

「その他」の他のコンテンツ