Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
An MCP server implementation for interacting with the Unstructured API, providing tools to manage sources, workflows, and connectors.
Add this to your MCP client configuration:
{
"mcpServers": {
"unstructured-io-uns-mcp": {
"command": "uvx",
"args": [
"uns_mcp"
],
"env": {
"UNSTRUCTURED_API_KEY": "<Your Unstructured API key.>"
}
}
}
}{
"id": "unstructured-io-uns-mcp",
"name": "Unstructured.io",
"description": "An MCP server implementation for interacting with the Unstructured API, providing tools to manage sources, workflows, and connectors.",
"source_url": "https://github.com/unstructured-io/uns-mcp",
"publisher_name": "unstructured-io",
"publisher_url": "https://github.com/unstructured-io",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 46,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "uns_mcp"
},
"tools_count": 26
}