MCP Server
MCP
Parseur
Manage Parseur.com mailboxes, parser fields, documents, exports and webhooks.
Install
uvx parseur-py
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "parseur-py",
"version": "1.6.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Install parseur-py with the MCP server extra.",
"value": "parseur-py[mcp]",
"type": "named",
"name": "--from"
}
],
"environmentVariables": [
{
"description": "Your Parseur API key (from https://app.parseur.com/account/api).",
"isRequired": true,
"isSecret": true,
"name": "PARSEUR_API_KEY"
},
{
"description": "Override the Parseur API base URL (defaults to https://api.parseur.com).",
"name": "PARSEUR_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment