AISIRIJ/autodoc-ai-mcp-server
If you are the rightful owner of autodoc-ai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
AutoDoc.AI is an AI-enhanced documentation generator that leverages OpenAI GPT-3.5-turbo to create comprehensive and intelligent documentation for various programming languages and frameworks.
generate_ai_documentation
Generate docs with specific language/framework.
detect_and_document
Auto-detect project type and generate docs.
AutoDoc.AI - MCP Server
AI-Enhanced Documentation Generator using OpenAI GPT-3.5-turbo.
Features
- AI-Powered Documentation: Generate intelligent, professional documentation with OpenAI
- Multi-Language Support: Java, TypeScript, Python, C#
- Framework Detection: Spring Boot, Express, Django, .NET
- Comprehensive Output: Architecture docs, diagrams, API specs, compliance reports
- MCP Integration: Works seamlessly with Claude Desktop
Installation
- Clone the repository
- Install dependencies:
npm install
- Build:
npm run build
- Configure in Claude Desktop MCP settings
- { "mcpServers": { "autodoc-ai": { "command": "node", "args": ["{project_path}/dist/index.js"] } } }
Usage
Two main tools available:
generate_ai_documentation
: Generate docs with specific language/frameworkdetect_and_document
: Auto-detect project type and generate docs
Requirements
- Node.js 18+
- OpenAI API key
- Claude Desktop with MCP support
Generated Documentation
-
Main documentation with AI descriptions
-
Architecture documentation
-
PlantUML sequence diagrams
-
Entity relationship diagrams
-
OpenAPI specifications
Usage example
"Generate documentation for my Java Spring Boot project located at /path/to/my/project with output to /path/to/docs using OpenAI API key sk-..."