← Index

io.github.Doc-API-LLC/docapi

io.github.Doc-API-LLC/docapi·v1.0.0·Documents & Spreadsheets
Quality Score
84
/100

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "docapi": {
      "command": "npx",
      "args": [
        "-y",
        "@docapi/mcp"
      ],
      "env": {
        "DOCAPI_API_KEY": "<your-docapi_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "docapi": {
      "command": "npx",
      "args": [
        "-y",
        "@docapi/mcp"
      ],
      "env": {
        "DOCAPI_API_KEY": "<your-docapi_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @docapi/mcp
§02  Environment variables
DOCAPI_API_KEY
requiredsecret

Your DocAPI API key from docapi.co

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets