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
{
"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