Mdkit for Cursor
online.mdkit/mdkit
Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.
client:Cursor
transport:streamable-http
Install Mdkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mdkit": {
"url": "https://api.mdkit.online/mcp/"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs