Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"api-docs-generator-ai-mcp": {
"args": [
"-m",
"meok_api_docs_generator_ai_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
api-docs-generator-ai-mcp MCP server by MEOK AI Labs
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-api-docs-generator-ai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-api-docs-generator-ai-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe 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 other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/api-docs-generator-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Api Docs Generator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_endpoint | Generate an OpenAPI endpoint definition from a description. |
generate_schema | Generate an OpenAPI schema component. Fields format: 'name:type,name2:type2' (ty |
generate_full_spec | Generate a complete OpenAPI 3.0 spec. Pass endpoints_json as a JSON array of {pa |
add_auth_to_spec | Add authentication scheme to an OpenAPI spec. auth_type: bearer, api_key, basic, |
validate_spec | Validate an OpenAPI spec for common issues. |
pip install meok-api-docs-generator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"api-docs-generator-ai-mcp": {
"command": "python",
"args": ["-m", "meok_api_docs_generator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs