Get your documents ready for gen AI
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"docling": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-docling"
]
}
}
}