Back to Apps

Project Agent
by tomharris
Automated design document generator that converts Google Docs specifications into comprehensive technical architectures.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Project Agent is an MCP-powered server that bridges the gap between high-level specifications and detailed technical design. It analyzes Google Docs specs and existing codebases to automatically generate comprehensive design documents, covering architecture, testing strategies, and API contracts.
Tools
analyze_spec: Extracts requirements and core constraints from a Google Doc.explore_codebase: Searches and greps the local codebase to ensure design alignment with existing patterns.generate_design: Synthesizes findings into a structured design document in Google Docs or Slite.update_design: Refines existing design documents based on updated specifications.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"project-agent": {
"command": "python3",
"args": ["-m", "project_agent.main"]
}
}
}
Ensure you have Google OAuth credentials saved at ~/.claude/google/credentials.json.
Supported hosts
- claude
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 7/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"project-agent": {"command": "python3", "args": ["-m", "project_agent.main"]}}}





