Zeppelin
БесплатноНе проверенMCP server that provides AI assistants direct access to the Apache Zeppelin REST API for data engineering workflows, enabling notebook and paragraph management,
Описание
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 instanceSOCKS5_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
Установить Zeppelin в Claude Desktop, Claude Code, Cursor
unyly install zeppelin-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add zeppelin-mcp -- npx -y @mihnea.dev/zeppelin-mcpFAQ
Zeppelin MCP бесплатный?
Да, Zeppelin MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Zeppelin?
Нет, Zeppelin работает без API-ключей и переменных окружения.
Zeppelin — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Zeppelin в Claude Desktop, Claude Code или Cursor?
Открой Zeppelin на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Zeppelin with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
