Apache Zeppelin MCP
UnclaimedMCP server for Apache Zeppelin. Let Claude Desktop and Claude Code interact with Zeppelin notebooks via the REST API.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (30)
add_paragraph
Add a new paragraph to an existing notebook
batch_add_paragraph
Batch: add several paragraphs in one call, created in the given order
batch_delete_paragraph
Batch: delete several paragraphs in one call (each is backed up first)
batch_run_paragraph
Batch: run several paragraphs sequentially in a given order, each optionally with its own dynamic-form params (stops on first error by default)
batch_update_paragraph
Batch: update several paragraphs in one call (each changed paragraph is backed up)
batch_update_paragraph_config
Batch: update visualization/chart config for several paragraphs in one call
clone_notebook
Clone an existing notebook with optional rename
clone_paragraph
Clone a paragraph (code, title, and chart config) directly below the original
create_notebook
Create a new empty notebook
delete_paragraph
Delete a paragraph with automatic backup of its content
export_notebook
Export notebook as JSON for backup or cross-server migration
get_notebook
Get notebook overview with all paragraph code, titles, and status (no output)
get_notebook_permissions
Get permission information for a notebook (owners, writers, readers)
get_paragraph
Get full content of a single paragraph (code, output, and dynamic forms)
get_paragraph_code
Get only the code/text content of a paragraph, without output or forms (saves tokens)
get_paragraph_forms
Get dynamic form definitions and current parameter values for a paragraph
get_paragraph_status
Check execution status of a paragraph
import_notebook
Import a previously exported notebook JSON
list_notebooks
List notebooks, with optional namefilter and limit (default 100)
list_paragraphs
List paragraph metadata (index, id, title, status) without code or output
move_paragraph
Move a paragraph to a new position within the same notebook
run_all_paragraphs
Run all paragraphs in a notebook and wait for completion (preserves chart settings)
run_paragraph
Run a paragraph and return the result (preserves chart settings)
run_paragraph_async
Start paragraph execution without waiting — for parallel runs, check status with getparagraphstatus
search_notebooks
Full-text search across all notebook paragraphs, with maxresults (default 20)
set_notebook_permissions
Set owners, writers, and readers for a notebook
stop_paragraph
Stop a running paragraph (cancel long-running or stuck queries)
update_paragraph
Update paragraph code/text with automatic backup of previous version
update_paragraph_config
Update paragraph visualization/chart config (graph type, column mappings, display settings)
update_paragraph_forms
Update dynamic form values without re-executing (preserves chart settings)