# docling-project/docling | Model Context Protocol (MCP) Server > Get your documents ready for gen AI - **Stars**: ⭐ 64,678 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "docling": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-docling" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "docling": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-docling" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-docling` - **Docker**: `docker run -i --rm mcp/docling`