Claude Project Coordinator is a Swift-powered MCP (Model Context Protocol) server designed to streamline multi-project Xcode development. It lets you track project status, auto-detect frameworks, search code patterns, and maintain a structured development knowledge base — all locally, with Claude Desktop as your assistant.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"project-coordinator": {
"args": [],
"command": "/path/to/Claude-Project-Coordinator/.build/release/project-coordinator"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
If you're experiencing incorrect project creation dates (all showing today's date), run: ./scripts/repair-analytics-dates.sh
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / productivity
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for Claude Project Coordinator and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
If you're experiencing incorrect project creation dates (all showing today's date), run:
./scripts/repair-analytics-dates.sh
This fixes a bug where analytics were re-migrated on every restart. Fixed in v1.3.2.
An MCP (Model Context Protocol) server for managing and coordinating multiple Xcode/Swift projects. This server provides tools for tracking project status, searching code patterns, and maintaining a knowledge base of development insights.
../../../etc/passwdgit clone https://github.com/M-Pineapple/Claude-Project-Coordinator.git
cd Claude-Project-Coordinator
swift build -c release
.build/release/project-coordinator
{
"mcpServers": {
"project-coordinator": {
"command": "/path/to/Claude-Project-Coordinator/.build/release/project-coordinator",
"args": []
}
}
}
Once configured, you can interact with the Project Coordinator through Claude:
📊 See ANALYTICS-EXAMPLES.md for detailed output examples and productive prompts!
You: "Add my new SwiftUI project called FinanceTracker at ~/Developer/FinanceTracker"
Claude: "Successfully added project: FinanceTracker..."
You: "Update FinanceTracker status to 'Working on Core Data models'"
Claude: "Successfully updated FinanceTracker"
You: "Which of my projects use Core Data?"
Claude: [Shows all projects with Core Data in their tech stack or notes]
You: "Show
... [View full README on GitHub](https://github.com/M-Pineapple/Claude-Project-Coordinator#readme)