Parseur for Cursor
io.github.parseur/parseur-py
Manage Parseur.com mailboxes, parser fields, documents, exports and webhooks.
client:Cursor
transport:stdio
runtime:pypi
Install Parseur in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"parseur-py": {
"type": "stdio",
"command": "uvx",
"args": [
"parseur-py"
],
"env": {
"PARSEUR_API_KEY": "<PARSEUR_API_KEY>",
"PARSEUR_API_BASE": "<PARSEUR_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs