Unstructured Transform for Cursor
io.unstructured/transform
Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.
client:Cursor
transport:streamable-http
Install Unstructured Transform in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"transform": {
"url": "https://mcp.transform.unstructured.io"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs