Project Opener MCP Server
@jlmelis
About Project Opener MCP Server
MCP server for easily opening code3 projects in either VS Code or Visual Studio
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments