Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Zeppelin

FreeNot checked

MCP server that provides AI assistants direct access to the Apache Zeppelin REST API for data engineering workflows, enabling notebook and paragraph management,

GitHubEmbed

About

MCP server that provides AI assistants direct access to the Apache Zeppelin REST API for data engineering workflows, enabling notebook and paragraph management, execution, and interpreter control.

README

MCP (Model Context Protocol) server for Apache Zeppelin. Gives Claude Code direct access to the Zeppelin REST API for AI-assisted data engineering workflows.

Install

npm install -g @mihnea.dev/zeppelin-mcp

Claude Code Setup

Add to ~/.claude.json:

{
  "mcpServers": {
    "zeppelin": {
      "command": "zeppelin-mcp",
      "env": {
        "ZEPPELIN_URL": "https://your-zeppelin-instance",
        "SOCKS5_PROXY": ""
      }
    }
  }
}

Or run directly with npx (no install needed):

{
  "mcpServers": {
    "zeppelin": {
      "command": "npx",
      "args": ["-y", "@mihnea.dev/zeppelin-mcp"],
      "env": {
        "ZEPPELIN_URL": "https://your-zeppelin-instance",
        "SOCKS5_PROXY": ""
      }
    }
  }
}

Environment Variables

  • ZEPPELIN_URL (required) — Base URL of the Zeppelin instance
  • SOCKS5_PROXY (optional) — SOCKS5 proxy address for tunneled access

Tools

Tool Description
zeppelin_login Authenticate with username/password
list_notebooks List all notebooks (IDs + paths)
get_notebook Get notebook with all paragraphs
create_notebook Create a new notebook
delete_notebook Delete a notebook
get_paragraph Read paragraph text and output
update_paragraph Write/modify paragraph text
create_paragraph Add a new paragraph
delete_paragraph Remove a paragraph
run_paragraph Execute a paragraph, return output
run_all_paragraphs Execute all paragraphs in a notebook
restart_interpreter Restart an interpreter (spark, python, etc.)

Development

git clone https://github.com/mihneamanolache/zeppelin-mcp
cd zeppelin-mcp
npm install
npm run build

from github.com/mihneamanolache/zeppelin-mcp

Install Zeppelin in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install zeppelin-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add zeppelin-mcp -- npx -y @mihnea.dev/zeppelin-mcp

FAQ

Is Zeppelin MCP free?

Yes, Zeppelin MCP is free — one-click install via Unyly at no cost.

Does Zeppelin need an API key?

No, Zeppelin runs without API keys or environment variables.

Is Zeppelin hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Zeppelin in Claude Desktop, Claude Code or Cursor?

Open Zeppelin on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Zeppelin with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs