Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cloudera Ai Agent Studio Mcp

    MCP Server for driving Cloudera AI's Agent Studio

    2 stars
    Python
    Updated Apr 28, 2025

    Table of Contents

    • ✨ What it can do
    • 🖥 Integrating with Claude Desktop

    Table of Contents

    • ✨ What it can do
    • 🖥 Integrating with Claude Desktop

    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:

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

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k