Back to MCP Servers
Databricks Genie
A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents.
data-platformsapillmagent
By yashshingvi
Installation
npx -y databricks-genie-MCPConfiguration
{
"mcpServers": {
"databricks-genie-MCP": {
"command": "npx",
"args": ["-y", "databricks-genie-MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes