
Install guide and config at curatedmcp.com Databricks MCP: Give Claude Direct Access to...
Install guide and config at curatedmcp.com
The official Databricks MCP server bridges the gap between AI agents and your data lakehouse. Instead of describing your schema or manually copying query results, Claude can now execute notebooks, run SQL directly against Delta Lake, manage clusters, and inspect data lineage—all conversationally.
This is particularly useful if you're building AI workflows that need to touch production analytics or data engineering assets. Your agent can query tables, check job status, and pull insights without leaving the conversation.
Databricks MCP unlocks several concrete capabilities for AI agents:
The server handles authentication via your Databricks workspace token, so no credential juggling required once configured.
Install the server via npm:
npx -y @databricks/mcp
Add it to your Claude Desktop config:
{
"mcpServers": {
"databricks-mcp": {
"command": "npx -y @databricks/mcp",
"env": {
"DATABRICKS_HOST": "https://your-workspace.cloud.databricks.com",
"DATABRICKS_TOKEN": "your-personal-access-token"
}
}
}
}
See the official docs for detailed setup across all platforms.
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
csharpA weekly digest from the Agentic Architect persistence kit: 7 senior C#/.NET rules for engineers keeping Cursor honest across sessions.
mcpInstall guide and config at curatedmcp.com Windsor.ai MCP Server: Query 325+ Marketing...
grokOn July 8, Cursor and SpaceXAI put Grok 4.5 in front of every Cursor subscriber who would click the...
mcpInstall guide and config at curatedmcp.com Perspective AI: Replace Forms with...
aicodeassistantReal coding benchmarks — GitHub Copilot, Cursor, Cody, Codeium, Windsurf, Tabnine compared on Python, TypeScript, Rust.
cursorCursor or Aider for a big Python monorepo? A hands-on 2026 comparison of indexing, git workflow, model choice, and cost — with a clear recommendation.