Project
Freeby MCP Community
A ModelContextProtocol server to let agents discover your project, such as APIs (using OpenAPI) or other resources.
v3.1.1Added Apr 12, 2026
mcpmodel-context-protocolaiagentopenapi
Project MCP Server
A ModelContextProtocol server to let agents discover your project, such as APIs (using OpenAPI) or other resources.
Installation
Reviews
Installation
Quick install
npx -y @williamp29/project-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"project": {
"command": "npx",
"args": ["-y", "@williamp29/project-mcp-server"]
}
}
}