parseflow for VS Code
io.github.libres-coder/parseflow
PDF parsing server with text extraction, metadata, search, images, and TOC via MCP
client:VS Code
transport:stdio
runtime:npm
Install parseflow in VS Code
.vscode/mcp.json
{
"servers": {
"parseflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parseflow-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs