Cloudera AI Agent Studio MCP Server
About
MCP Server for driving Cloudera AI's Agent Studio
Details
- Author
- jasonmeverett
- GitHub stars
- 2
- Downloads
- 205
- Categories
- AI
Jump to
- List all workflows with IDs and names
- Fetch full JSON metadata for one workflow
- Create a new blank workflow
- Add a conversational task to a workflow
- Add a manager agent as supervisor
- Add additional agents to expand the crew
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cloudera AI Agent Studio MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Integrate with Claude Desktop by adding an entry to claude_desktop_config.json specifying the uv command, the path to the server directory, and required environment variables (CDSW_APIV2_KEY and AGENT_STUDIO_DOMAIN). Once connected, tools such as list_current_workflows(), get_workflow_information(), create_workflow(), and others become available.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cloudera ai agent studio mcp server": {
"agent-studio": {
"command": "uv",
"args": [
"--directory",
"/path/to/cloudera-ai-agent-studio-mcp",
"run",
"serve.py"
],
"env": {
"CDSW_APIV2_KEY": "YOUR-TOKEN-HERE",
"AGENT_STUDIO_DOMAIN": "https://your-studio.CDSW_DOMAIN.cldr.work"
}
}
}
}
}
McpServers
{
"agent-studio": {
"command": "uv",
"args": [
"--directory",
"/path/to/cloudera-ai-agent-studio-mcp",
"run",
"serve.py"
],
"env": {
"CDSW_APIV2_KEY": "YOUR-TOKEN-HERE",
"AGENT_STUDIO_DOMAIN": "https://your-studio.CDSW_DOMAIN.cldr.work"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

