MCP.so
Sign In

Transform MCPVerifiedFeatured

@Unstructured

About Transform MCP

The Unstructured Transform MCP Server connects your ADK agent to Unstructured, a document processing platform that turns raw files into structured, AI-ready data. This integration gives your agent the ability to parse PDFs, Office documents, emails, images, and scanned files (40+ supported file types in total) into partitioned, enriched, chunked, and embedded output using natural language. Transform is a hosted remote MCP server, so there is nothing to install or run locally.

Connection details

https://mcp.transform.unstructured.io

Setup

claude mcp add mcp-23c6ec --transport http https://mcp.transform.unstructured.io

Frequently asked questions

What is the Transform MCP remote MCP server?

The Transform MCP remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.transform.unstructured.io, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Transform MCP MCP server?

Add the endpoint https://mcp.transform.unstructured.io to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Transform MCP MCP server require authentication?

Yes. Transform MCP uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Transform MCP MCP server use?

Transform MCP exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.