Project Opener MCP Server
@jlmelis
关于 Project Opener MCP Server
MCP server for easily opening code3 projects in either VS Code or Visual Studio
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
评论