4,500+ servers built on MCP Fusion
Vinkius
Databricks logo
Vinkius
CrewAI logo

How to Use the Databricks MCP in CrewAI

Deploy an autonomous CrewAI team to monitor your Databricks environment 24/7 with this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Databricks MCP on Cursor AI Code Editor MCP Client Databricks MCP on Claude Desktop App MCP Integration Databricks MCP on OpenAI Agents SDK MCP Compatible Databricks MCP on Visual Studio Code MCP Extension Client Databricks MCP on GitHub Copilot AI Agent MCP Integration Databricks MCP on Google Gemini AI MCP Integration Databricks MCP on Lovable AI Development MCP Client Databricks MCP on Mistral AI Agents MCP Compatible Databricks MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Databricks MCP to CrewAI

Create your Vinkius account to connect Databricks to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Assemble a Databricks Monitoring Crew

This server provides the focused tools your CrewAI agents need to work as a team. Create a "Cluster Monitor" agent that only has access to `list_clusters` and `get_cluster`. Assign another agent as "Job Supervisor" with `list_jobs` and `list_job_runs`. They work together, each focused on its task. A third agent, the "Reporting Analyst," can take their findings and summarize the health of the entire Databricks workspace. This division of labor is CrewAI's main strength, and this MCP server provides the specific tools each agent needs to do its job.

Autonomous Catalog Auditing

With the tools in this server, your agents can now keep an eye on your Unity Catalog. Set up a "Catalog Watcher" agent to periodically run `list_catalogs` and `list_schemas`. It can build a picture of your data assets over time. When it detects a new schema or a change, it can pass that information to another agent in the crew. For example, a "Documentation Agent" could then be tasked with updating your data dictionary. This is how you build autonomous data governance with an MCP connection.

Your CrewAI's Eyes on Databricks

These tools are the senses for your autonomous crew. Without them, your agents are blind to what's happening inside Databricks. They can't manage what they can't see. You can selectively expose tools to different agents using CrewAI's `tool_filter`. Give the `get_me` tool only to a trusted "Admin" agent, while public-facing agents can only list resources. It’s granular control for building safe, autonomous systems, and this MCP Server is the bridge.

Setup guide

Set up Databricks MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Databricks tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Databricks Analyst",
    goal="Access and analyze Databricks data via MCP.",
    backstory="Expert analyst with direct Databricks access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Databricks transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Databricks MCP in CrewAI

You'd create a CrewAI agent with a recurring task. This agent would use the `list_job_runs` tool from this server to check for new job statuses. If it finds a failure, it can delegate a task to another agent to send an alert.
Yes. When you configure the `MCPServerHTTP` tool in CrewAI, you can use the `tool_filter` argument. This lets you create specialized agents, like one that can only `list_clusters` and another that can only `list_jobs` in Databricks.
The fastest way is to pass the Vinkius URL directly into your Agent's `mcps` list, like `mcps=["https://..."]`. CrewAI will automatically fetch the tools and make them available to the agent.
It can. The `get_me` tool returns the identity of the current user associated with the Databricks connection token. You could have an agent use this to log its actions or verify its permissions before proceeding.
The connection is scoped and secure. This server only provides access to Databricks metadata—things like job definitions, cluster configurations, and catalog names. Your actual table data is never exposed or accessed. Vinkius secures the connection with an ephemeral token specific to your session.

Start using the Databricks MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Databricks. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.