Databricks managed MCP servers are currently in Beta. Workspace administrators control access to this feature through the Databricks Previews page. If you don’t see MCP servers available in your workspace, ask a workspace admin to enable the Managed MCP Servers preview.
Set up the Databricks connector
Configure the Databricks connector in AI Studio under Connectors & Tools. The Databricks connector requires a personal access token to authenticate with a Databricks-managed MCP server.The Databricks connector only supports organization-managed authentication. WRITER-managed authentication is not available for Databricks.
Obtain your Databricks MCP server URL
Before configuring the connector in AI Studio, locate your MCP server endpoint in your Databricks workspace:- Log in to your Databricks workspace
- Navigate to Workspace → Agents → MCP Servers
- Select the managed MCP server you want to connect (for example, SQL or Genie)
-
Copy the MCP server endpoint URL for use in AI Studio
The URL format depends on the type of MCP server:
Server type Example URL format Vector search https://<workspace-hostname>/api/2.0/mcp/vector-search/{catalog}/{schema}DBSQL https://<workspace-hostname>/api/2.0/mcp/sqlGenie space https://<workspace-hostname>/api/2.0/mcp/genie/{genie_space_id}Unity Catalog functions https://<workspace-hostname>/api/2.0/mcp/functions/{catalog}/{schema}
Create a Databricks personal access token
Generate a personal access token to authenticate the connector:- In your Databricks workspace, select your username in the top-right corner
- Select Settings from the dropdown menu
- Navigate to Developer → Access tokens
- Select Generate new token
- Enter a description (for example, “WRITER MCP connector”)
- Set the token lifetime or leave blank for no expiration
- Select Generate and copy the personal access token for use in AI Studio
Configure the connector in AI Studio
After obtaining your MCP server URL and personal access token:- Navigate to Connectors & Tools in AI Studio
- Select the Databricks connector
- Select who has access by default (all users or specific teams)
- Enter your Databricks MCP server endpoint URL as the tenant URL
- Enter your personal access token as the API Key
Next steps
- Set up connectors: Learn how to configure and enable connectors in AI Studio
- Tool calling guide: Understand how AI agents use tools in conversations
- WRITER Agent guide: Learn how to use WRITER Agent with connected tools
- MCP gateway overview: Learn about Writer’s MCP gateway architecture