Project Opener MCP Server
@jlmelis
About Project Opener MCP Server
MCP server for easily opening code3 projects in either VS Code or Visual Studio
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"project-opener": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Servers
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments