Claude Project Coordinator MCP Server

If you're experiencing incorrect project creation dates (all showing today's date), run: ```bash ./scripts/repair-analytics-dates.sh ```

Local serverstdio

What is the Claude Project Coordinator MCP server?

Claude Project Coordinator MCP server exists for a simple reason — assistants are far more useful when they can act on Claude Project Coordinator directly instead of describing what you should do. If you're experiencing incorrect project creation dates (all showing today's date), run: bash ./scripts/repair-analytics-dates.sh .

What you get

  • 🚀 Project Management: Track multiple Xcode projects with status, notes, and metadata
  • 🔍 Smart Search: Search across projects and documentation for code patterns
  • 📚 Knowledge Base: Maintain patterns, templates, and troubleshooting guides
  • 🤖 Auto-Detection: Automatically detects SwiftUI, UIKit, SPM, and other technologies
  • 💾 Persistent Storage: All data stored locally in structured JSON format
  • 🔐 Security First: Comprehensive input validation and path traversal protection

What the assistant can call

Once Claude Project Coordinator is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • list_projects — The list_projects tool exposed by this server
  • add_project — Adds a new project to track - Parameters: name, path, description (optional) - Security: Validates project name, path, and description
  • get_project_status — Gets detailed information about a specific project - Parameters: projectName - Security: Validates project name
  • update_project_status — Updates project status and/or notes - Parameters: projectName, status (optional), notes (optional) - Security: Validates all text inputs
  • search_code_patterns — Searches through projects and knowledge base - Parameters: pattern - Security: Validates search pattern for injection attempts

Configuration and credentials

  • macOS with Swift 5.9+ - Claude Desktop app

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Claude Project Coordinator's toolset — Prerequisites, list_projects, add_project and 3 more — is a fair guide to whether it matches your workflow. It is maintained by M-Pineapple; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the claude project coordinator mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
list_projectsThe list_projects tool exposed by this server.
add_projectAdds a new project to track - Parameters: name, path, description (optional) - **Security**: Validates project name, path, and description
get_project_statusGets detailed information about a specific project - Parameters: projectName - **Security**: Validates project name
update_project_statusUpdates project status and/or notes - Parameters: projectName, status (optional), notes (optional) - **Security**: Validates all text inputs
search_code_patternsSearches through projects and knowledge base - Parameters: pattern - **Security**: Validates search pattern for injection attempts

Configuration

  • macOS with Swift 5.9+ - Claude Desktop app

Example prompts to try

  • Use Claude Project Coordinator to Prerequisites.
  • Use Claude Project Coordinator to list projects.
  • Use Claude Project Coordinator to add project.

Frequently asked questions

It connects Claude Project Coordinator to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Prerequisites, list_projects, add_project, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Claude Project Coordinator directly.