project-opener-mcp

project-opener-mcp

3.1

If you are the rightful owner of project-opener-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Project Opener MCP Server provides tools for interacting with project files from Claude Desktop, requiring the Filesystem MCP Server.

Project Opener MCP Server

This MCP server provides tools for interacting with project files from Claude Desktop.

This MCP server requires the use of the Filesystem MCP Server, which can be found at: https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem

Installation

  1. Install Node.js (v18.x or later) from nodejs.org
  2. Clone this repository
  3. Install dependencies:
npm install

Usage with Claude Desktop

  1. In Claude Desktop, go to Settings > MCP Servers
  2. Add a new server with these settings:
{
  "command": "node",
  "args": ["build/index.js"],
}

Available Tools

Open Project

Opens a project in the default editor

Parameters:

  • path: Relative path to project

Example:

{
  "tool": "open-project",
  "arguments": {
    "path": "my-project"
  }
}

Get Project Info

Gets information about a specific project

Parameters:

  • path: Relative path to project

License

MIT