parseflow for Cursor
io.github.libres-coder/parseflow
PDF parsing server with text extraction, metadata, search, images, and TOC via MCP
client:Cursor
transport:stdio
runtime:npm
Install parseflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"parseflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parseflow-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs