streamable-httpApache-2.0updated 1mo ago
Integration templates and runnable examples for the Unstructured Transform MCP server across registries, marketplaces, and agent frameworks. This is the canonical, public home for these integrations.
Unstructured Transform 能做什么?
unstructured-mcp-integrations
Integration templates and runnable examples for the Unstructured Transform MCP server across registries, marketplaces, and agent frameworks. This is the canonical, public home for these integrations.
What Transform MCP is
Transform MCP turns any file into agent-ready data, called directly from your agent session with no separate pipeline to wire up. Drop in a PDF, spreadsheet, scan, or email and get back partitioned, enriched, chunked, and embedded output ready for RAG, vector stores, or agent memory. 60+ formats, one call.
Connection reference
| Field | Value |
|---|---|
| Endpoint | https://mcp.transform.unstructured.io |
| Transport | Remote, streamable-HTTP (connect directly, or via npx mcp-remote for clients without native remote-MCP support) |
| Tools | request_file_upload_url, start_transform_job, start_extraction_job, suggest_extraction_schema_for_file, check_job_status, get_job_results |
| Docs | https://docs.unstructured.io/transform/overview |
| Support | mcp-support@unstructured.io |
| Security | https://trust.unstructured.io |
Integrations
One folder per integration under transform/. Copy
_template/ to add one. This table is the index of what exists and
where each one stands.
| Integration | Category | Auth | Status | Owner |
|---|---|---|---|---|
| Cline | marketplace | OAuth / API key | Not started | @simoncoombes |
| Vercel AI SDK | agent-framework | API key | Not started | @mikedownesdev |
| Cursor | marketplace | OAuth / API key | Not started | @ctrahey |
| Grok Build | marketplace | OAuth | Not started | @nisha-pm |
Adding an integration
See CONTRIBUTING.md. In short: copy _template/ into
transform/<name>/, fill in the README, example, assets, and meta.yaml, then
open a PR.
安装
把 Unstructured Transform 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http unstructured-transform https://mcp.transform.unstructured.iocodex mcp add unstructured-transform --url https://mcp.transform.unstructured.io{
"mcpServers": {
"unstructured-transform": {
"url": "https://mcp.transform.unstructured.io"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"unstructured-transform": {
"type": "http",
"url": "https://mcp.transform.unstructured.io"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"unstructured-transform": {
"url": "https://mcp.transform.unstructured.io"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"unstructured-transform": {
"serverUrl": "https://mcp.transform.unstructured.io"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档11/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 27 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.7.2最新 | 2026年7月20日 |
| 0.7.1 | 2026年7月17日 |