Skip to content
Claude Desktop

docapi for Claude Desktop

io.github.doc-api-llc/docapi

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

client:Claude Desktop transport:stdio runtime:npm

Install docapi in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "docapi": {
      "command": "npx",
      "args": [
        "-y",
        "@docapi/mcp"
      ],
      "env": {
        "DOCAPI_API_KEY": "<DOCAPI_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

docapi in other clients