Skip to content

Project

Free

by 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
Works with:ClaudeGPTGeminiCopilot

Project MCP Server

A ModelContextProtocol server to let agents discover your project, such as APIs (using OpenAPI) or other resources.

Installation

Reviews

Leave a Review

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"]
    }
  }
}