Upstage MCP Server
@PritamPatil2603
关于 Upstage MCP Server
A Model Context Protocol server for parsing documents using Upstage AI's document digitization API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"upstage-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"upstage-mcp-server"
]
}
}
}工具
2** Processes documents and extracts content while preserving structure.
** Extracts structured information from documents based on predefined or auto-generated schemas.
概览
What is Upstage MCP Server?
The Upstage MCP Server is a Model Context Protocol (MCP) server that bridges AI assistants with Upstage AI’s document processing APIs, enabling content extraction and structuring from PDFs, images, and Office files. It is designed for developers and users who want AI models like Claude to parse and extract information from documents.
How to use Upstage MCP Server?
Install using uv (recommended) or pip, then configure Claude Desktop by adding the server entry to claude_desktop_config.json with your UPSTAGE_API_KEY. After restarting Claude, use the parse_document tool to extract structured content or extract_information to retrieve specific data points from a document.
Key features of Upstage MCP Server
- Document digitization preserving original layout
- Intelligent information extraction with custom schemas
- Supports JPEG, PNG, BMP, PDF, TIFF, HEIC, DOCX, PPTX, XLSX
- Seamless integration with Claude Desktop and other MCP clients
- Auto-generation of extraction schemas
Use cases of Upstage MCP Server
- Parse contracts and legal documents for summaries
- Extract invoice numbers, dates, and totals from scanned PDFs
- Digitize and structure content from multi-page documents
- Automate data entry by extracting information from forms
FAQ from Upstage MCP Server
What are the prerequisites to run Upstage MCP Server?
You need an Upstage API key, Python 3.10 or higher, and Astral UV installed.
Where are processing results stored?
Results are saved locally under ~/.upstage-mcp-server/outputs/ in separate folders for document parsing, information extraction, and generated schemas.
What file size and page limits does the server support?
Documents must be under 50 MB and contain fewer than 100 pages to process successfully.
How can I troubleshoot server connection issues?
Ensure uvx is installed and accessible in your PATH, or use its absolute path in the configuration. Restart Claude Desktop and check log files located in %APPDATA%\Claude\logs\ (Windows) or ~/Library/Logs/Claude/ (macOS).
What authentication method does the server use?
It requires an UPSTAGE_API_KEY set in the environment variables within the claude_desktop_config.json file. Obtain a valid key from the Upstage Console.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论