mcp-server-unitycatalog: An Unity Catalog MCP server
Unity Catalog AI Model Context Protocol Server
Overview
The mcp-server-unitycatalog is a Model Context Protocol (MCP) server designed for Unity Catalog Functions, providing a framework for managing and executing functions within a Unity Catalog environment.
To use the mcp-server-unitycatalog, configure the server with the required Unity Catalog parameters and run the server using the command line interface. You can interact with the server through various API calls to manage functions.
- Support for listing, creating, and deleting functions in Unity Catalog. - Ability to execute functions with specified parameters. - Configuration options for server settings via CLI or environment variables.
- Managing functions in a data catalog for data science projects.
- Automating function execution in data processing workflows.
- Integrating with other tools that utilize Unity Catalog for enhanced data management.
Add to your AI client
Use these steps to connect mcp-server-unitycatalog: An Unity Catalog MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-unitycatalog-ognis1205": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-unitycatalog-ognis1205"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-unitycatalog-ognis1205": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-unitycatalog-ognis1205"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-unitycatalog-ognis1205": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-unitycatalog-ognis1205"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-unitycatalog-ognis1205": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-unitycatalog-ognis1205"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-unitycatalog-ognis1205": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-unitycatalog-ognis1205"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-unitycatalog-ognis1205": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-unitycatalog-ognis1205"
]
}
}
}FAQ
What is the purpose of this server?
The server facilitates the management and execution of functions within the Unity Catalog framework.
Is this server stable for production use?
The server is currently in early development, and functionality may change as it evolves.
How can I contribute to the project?
Contributions are welcome! You can submit issues or pull requests on the project's GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1392,"uuid":"90b37697-8cbd-4a1a-9dee-45068118a560","name":"mcp-server-unitycatalog","title":"mcp-server-unitycatalog: An Unity Catalog MCP server","description":"Unity Catalog AI Model Context Protocol Server","avatar_url":"https://avatars.githubusercontent.com/u/13074130?v=4","created_at":"$D2025-02-20T15:35:12.089Z","updated_at":"$D2025-02-23T07:21:40.549Z","status":"created","author_name":"ognis1205","author_avatar_url":"https://avatars.githubusercontent.com/u/13074130?v=4","tags":"mcp,llm,unitycatalog,modelcontextprotocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/ognis1205/mcp-server-unitycatalog","target":"_self","content":"$29","summary":"$2a","img_url":"https://raw.githubusercontent.com/ognis1205/mcp-server-unitycatalog/main/docs/vscode1.webp","type":null,"metadata":"{\"star\":\"3\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-02-26 16:19:29\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]