An MCP server for Upstage document parsing and information extraction
An MCP server for Upstage document parsing and information extraction. Exposed over MCP by the upstage mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
The Upstage MCP Server provides a robust bridge between AI assistants and Upstage AI’s powerful document processing APIs. This server enables AI models—such as Claude—to effortlessly extract and structure content from various document types including PDFs, images, and Office files. The package supports multiple formats and comes with seamless integration options for Claude Desktop.
Command on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
Description — ** Processes documents and extracts content while preserving structureParameter — **Parameters — **You will need one environment variable: UPSTAGE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Before using this server, ensure you have the following: 1. Upstage API Key: Obtain your API key from Upstage API. 2. Python 3.10+: The server requires Python version 3.10 or higher. 3. The MCP server relies upon Astral UV to run, please install
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Upstage's toolset — Description, Parameter, Parameters — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Description | ** Processes documents and extracts content while preserving structure. |
| Parameter | ** |
| Parameters | ** |
{
"mcpServers": {
"upstage": {
"command": "uvx",
"args": ["Command"],
"env": {
"UPSTAGE_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Before using this server, ensure you have the following: 1. Upstage API Key: Obtain your API key from Upstage API. 2. Python 3.10+: The server requires Python version 3.10 or higher. 3. The MCP server relies upon Astral UV to run, please install
| Variable | Description | Required |
|---|---|---|
| UPSTAGE_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.