Databricks MCP MCP Server Pricing 2026
Updated June 2026Complete pricing guide for the Databricks MCPMCP server — costs, free options, and what you'll pay.
💰 How Much Does Databricks MCP MCP Server Cost?
This MCP server is free and open-source. Check the GitHub repository for details.
Is Databricks MCP MCP Server Free?
The Databricks MCP MCP server is completely free and open-source. You can install it, use it, and even modify the source code. Note that while the MCP server itself is free, the underlying Databricks MCP service may have its own pricing tiers for API access or premium features.
Databricks MCP Cost Breakdown: Server vs Service
MCP Server (Always Free)
The Databricks MCP MCP server is the connector that lets your AI assistant (Claude, Cursor, VS Code, etc.) interact with Databricks MCP. This component is always free to install and use — it's just a bridge between your AI tool and the service.
Databricks MCP Service (Open Source)
This MCP server is free and open-source. Check the GitHub repository for details.
How to Install Databricks MCP MCP Server
Compatible with: Claude Desktop, Cursor, vscode
Frequently Asked Questions
Is Databricks MCP MCP Server free to use?
Yes, the Databricks MCP MCP server is completely free and open-source. You can install and use it at no cost. However, the underlying Databricks MCP service may have its own pricing tiers.
How much does Databricks MCP MCP Server cost in 2026?
This MCP server is free and open-source. Check the GitHub repository for details. The MCP server component is always free to install and configure with your AI assistant.
What are the best alternatives to Databricks MCP MCP Server?
There are several alternative MCP servers in the data category. Visit the Databricks MCP alternatives page on MyMCPTools to compare features, pricing, and compatibility with AI assistants like Claude, Cursor, and VS Code.
What's included in the Databricks MCP free tier?
The Databricks MCP MCP server is fully open-source with all features available for free. Some managed/cloud versions of the underlying service may offer additional paid features.
Does Databricks MCP work with Claude Desktop, Cursor, and VS Code?
Yes, the Databricks MCP MCP server is compatible with popular AI assistants and code editors that support the Model Context Protocol (MCP), including Claude Desktop, Cursor, VS Code, Windsurf, and Cline.
Looking for Databricks MCP alternatives?
Compare similar MCP servers with different pricing and features.
Learn More
Quick Info
- Pricing Model
- Open Source
- Install Type
- pip
- Author
- community
- Categories
- data developer-tools
- Source Code
- View on GitHub →
Related Servers
Integrate DeepSeek API for cost-effective reasoning and code generation — access DeepSeek-V3 and DeepSeek-R1 models for complex problem solving, mathematical reasoning, and code synthesis.
Access Alibaba Cloud Qwen LLM family via API — long-context processing with Qwen-Long, multimodal with Qwen-VL, and code generation with Qwen-Coder for multilingual AI workflows.
Connect to Moonshot AI Kimi API for long-context document analysis up to 200K tokens, Chinese-English bilingual processing, web search-augmented generation, and multimodal understanding.
a Python MCP server for Jenkins (lanbaoshen/mcp-jenkins, published to PyPI as mcp-jenkins) and the alternative to the official Jenkins MCP plugin: where the plugin has to be installed into the controller from the update centre, this one runs beside Jenkins and talks to it over the ordinary REST API, so you can point it at a Jenkins you do not administer. Install it with uvx mcp-jenkins, pip install mcp-jenkins, or the ghcr.io/lanbaoshen/mcp-jenkins container. Credentials go in as --jenkins-url, --jenkins-username and --jenkins-password (an API token works in place of the password), and on the HTTP transport the same three can be supplied per-connection as the x-jenkins-url, x-jenkins-username and x-jenkins-password headers, which is what lets one running instance serve several Jenkins controllers. Three transports are available via --transport: stdio (the default), sse, and streamable-http, which listens on 0.0.0.0:9887 unless --host and --port say otherwise. The tool set is wider than most Jenkins integrations. Jobs and pipelines: get_item, get_item_config, get_item_parameters, get_all_items, query_items for pattern search, and build_item to trigger. Builds: get_build, get_build_console_output, get_build_parameters, get_build_test_report, get_build_scripts, get_running_builds and stop_build, plus get_all_build_artifacts, get_build_artifact and get_build_artifact_url for pulling artifacts out of a finished run. Queue: get_all_queue_items, get_queue_item, cancel_queue_item. Agents: get_all_nodes, get_node, get_node_config. The plugin tools are the part with no equivalent elsewhere — get_all_plugins, get_plugin, get_plugins_with_updates, get_plugins_with_backup, get_plugin_dependency_graph (Graphviz output), and get_plugins_with_problems, which reports missing dependencies and version mismatches and turns a plugin upgrade audit into one question. Two flags matter for safety. run_groovy_script executes arbitrary Groovy on the controller, which is full remote code execution against your CI; --read-only disables it along with every other mutating tool and is the right default for an agent that only needs to read build state. --jenkins-timeout defaults to 5 seconds, which is often too short for a large get_all_items on a busy controller.
Connect to JetBrains TeamCity CI/CD via REST API — trigger build configurations, monitor build queues, inspect test results, manage agents, and query build artifacts for developer workflow automation.
Manage Atlassian Bamboo CI/CD pipelines via API — run plans, inspect build results, manage deployment environments, track releases, and integrate with Jira and Bitbucket for full DevOps workflows.