Unstructured Transform
Transform MCP is a single MCP-native tool that 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, 15,000 free pages a month.
Quick Install
One click to install into your editor, or copy the config below.
Install Config Generator
{
"mcpServers": {
"unstructured-transform": {
"command": "npx",
"args": [
"-y",
"https://transform.unstructured.io"
]
}
}
}๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Remote HTTP MCP endpoint detected โ using URL transport instead of npx.
{
"mcpServers": {
"unstructured-transform": {
"url": "https://transform.unstructured.io"
}
}
}Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
Unstructured Transform is a ๐ป Developer Tools MCP server listed on AllMCPs. Transform MCP is a single MCP-native tool that 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, 15,000 free pages a month.
We couldnโt automatically pull a README for this listing from transform.unstructured.io, so the summary above comes from its listing details. To install it, use the one-click buttons or copy the config from the Quick Install section above, then open the source repository for full setup instructions, configuration options, and the tools it exposes over MCP.
Related MCP Servers
View all alternativesFrequently Asked Questions about Unstructured Transform
What is the Unstructured Transform MCP server used for?
Transform MCP is a single MCP-native tool that 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, 15,000 free pages a month.
How do I install Unstructured Transform in Claude Desktop or Cursor?
Copy the client configuration JSON snippet from the installation section above into your claude_desktop_config.json or .cursor/mcp.json file, then restart your AI application.
Is the Unstructured Transform MCP server free and safe to use?
Yes, Unstructured Transform is listed as a free Model Context Protocol server. Always review repository source code and permissions before granting local workspace access to AI agents.