Databricks MCP Proxy
Authenticates with Databricks via OAuth and provides access to remote MCP tools hosted on Databricks, enabling discovery and invocation of Databricks-hosted tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Databricks MCP Proxylist available tools in my Databricks workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Databricks MCP Proxy
An MCP proxy server that authenticates with Databricks and exposes remote MCP tools.
Installation
uv syncConfiguration
Edit app.yaml with your Databricks settings:
env:
- name: DATABRICKS_HOST
value: "https://dbc-XXXXX.cloud.databricks.com"
- name: DATABRICKS_APP_URL
value: "https://your-mcp-app.databricksapps.com"Usage
Test locally
uv run databricks-mcp-proxyClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"databricks": {
"command": "uv",
"args": [
"--directory", "/path/to/databricks-mcp-proxy",
"run",
"databricks-mcp-proxy"
]
}
}
}Tools
Tool | Description |
| Start OAuth flow (opens browser) |
| List available remote tools |
| Call a remote tool by name |
Flow
Claude starts the proxy via stdio
Call
authenticatetoolBrowser opens for Databricks OAuth
After auth, remote tools are discovered
Use
call_databricks_toolto invoke any remote tool
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smaheshwari-ux/databricks-mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server