# jgm/pandoc | Model Context Protocol (MCP) Server > Universal markup converter - **Stars**: ⭐ 45,832 - **Language**: Haskell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pandoc": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pandoc" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pandoc": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pandoc" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pandoc` - **Docker**: `docker run -i --rm mcp/pandoc`