mcp-perforce-server

iPraBhu/mcp-perforce-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 5d ago
Enterprise-grade MCP server enabling AI assistants (Claude, Cursor, Copilot, ChatGPT) to securely interact with Perforce repositories. Cross-platform, production-ready with safety defaults. Built with TypeScript.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-perforce-server": {
      "command": "npx",
      "args": [
        "-y",
        "iPraBhu/mcp-perforce-server"
      ]
    }
  }
}