What is the Parseur MCP server?
Manage Parseur.com mailboxes, parser fields, documents, exports and webhooks.
How to install Parseur
Copy-paste configuration for popular MCP clients.
PARSEUR_API_KEYrequiredsecretYour Parseur API key (from https://app.parseur.com/account/api).
PARSEUR_API_BASEOverride the Parseur API base URL (defaults to https://api.parseur.com).
{
"mcpServers": {
"parseur-py": {
"command": "uvx",
"args": [
"parseur-py",
"--from",
"parseur-py[mcp]"
],
"env": {
"PARSEUR_API_KEY": "<YOUR_PARSEUR_API_KEY>",
"PARSEUR_API_BASE": "<YOUR_PARSEUR_API_BASE>"
}
}
}
}{
"mcpServers": {
"parseur-py": {
"command": "uvx",
"args": [
"parseur-py",
"--from",
"parseur-py[mcp]"
],
"env": {
"PARSEUR_API_KEY": "<YOUR_PARSEUR_API_KEY>",
"PARSEUR_API_BASE": "<YOUR_PARSEUR_API_BASE>"
}
}
}
}{
"mcpServers": {
"parseur-py": {
"command": "uvx",
"args": [
"parseur-py",
"--from",
"parseur-py[mcp]"
],
"env": {
"PARSEUR_API_KEY": "<YOUR_PARSEUR_API_KEY>",
"PARSEUR_API_BASE": "<YOUR_PARSEUR_API_BASE>"
}
}
}
}{
"servers": {
"parseur-py": {
"type": "stdio",
"command": "uvx",
"args": [
"parseur-py",
"--from",
"parseur-py[mcp]"
],
"env": {
"PARSEUR_API_KEY": "<YOUR_PARSEUR_API_KEY>",
"PARSEUR_API_BASE": "<YOUR_PARSEUR_API_BASE>"
}
}
}
}claude mcp add parseur-py --env PARSEUR_API_KEY=<YOUR_PARSEUR_API_KEY> --env PARSEUR_API_BASE=<YOUR_PARSEUR_API_BASE> -- uvx parseur-py --from parseur-py[mcp]Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.