Enables AI assistants to host and interact with Model Context Protocol prompts and tools directly on Databricks Apps.
This template empowers users to create a Model Context Protocol (MCP) server that runs on Databricks Apps, forming a vital bridge between AI assistants like Claude and your Databricks workspace. It allows for seamless integration by letting you define what an AI can see and do within Databricks, through easily configurable markdown-based prompts and custom Python functions that leverage the Databricks SDK. The server dynamically loads prompts, exposes functions as MCP tools, and manages communication via HTTP requests and Server-Sent Events, handling authentication automatically.