jasonmeverett
MCP Serverjasonmeverettpublic

cloudera ai agent studio mcp

MCP Server for driving Cloudera AI's Agent Studio

Repository Info

2
Stars
1
Forks
2
Watchers
0
Issues
Python
Language
-
License

About This Server

MCP Server for driving Cloudera AI's Agent Studio

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Cloudera AI Agent Studio MCP Server

Agent Studio MCP Server is a lightweight Model Context Protocol (MCP) bridge that exposes your Agent Studio instance as a set of callable tools. It lets Claude (or any other MCP-aware client) list, inspect, and build Agent Studio workflows on the fly.

✨ What it can do

ToolDescriptionTypical Usage
list_current_workflows()Returns every workflow’s ID and namePopulate a UI drop-down of existing projects
get_workflow_information(id)Fetch full JSON metadata for one workflowInspect tasks, agents, and process settings
create_workflow(name, description)Spin up a brand-new blank workflowAutomate project scaffolding
make_workflow_conversational(workflow_id)Adds a Conversational Task and flips is_conversational to trueTurn a static workflow into a chat-first experience
add_manager_agent_to_workflow(workflow_id, …)Creates a manager agent and wires it in as the workflow’s supervisorHierarchical / delegated workflows
add_agent_to_workflow(workflow_id, …)Adds any number of additional agents to a workflowExpand the crew with domain specialists

🖥 Integrating with Claude Desktop

Add the following block to your claude_desktop_config.json:

{
  "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"
      }
    }
  }
}

Quick Start

1

Clone the repository

git clone https://github.com/jasonmeverett/cloudera-ai-agent-studio-mcp
2

Install dependencies

cd cloudera-ai-agent-studio-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerjasonmeverett
Repocloudera-ai-agent-studio-mcp
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation