LivebookTools
@thmsmlr
About LivebookTools
Powertools for livebook.dev — AI Code Editing, MCP Servers, and Running Livebooks from the CLI
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is LivebookTools?
LivebookTools is a CLI tool for working with .livemd files. It provides an MCP (Model Context Protocol) server that connects AI coding agents to Livebook sessions, enables syncing files to a running Livebook (BYOE), and allows running Livebooks as scripts from the command line. It is built in Elixir and requires a running Livebook instance with distributed Elixir.
How to use LivebookTools?
Install LivebookTools via mix escript.install github thmsmlr/livebook_tools and ensure the escript directory is on your PATH. Set the environment variables LIVEBOOK_NODE and LIVEBOOK_COOKIE to match your running Livebook server. Then configure your AI code editor (e.g., Cursor) to connect to the MCP server via STDIO using the livebook_tools command; the server will auto‑discover and expose its tools.
Key features of LivebookTools
- BYOE (Bring Your Own Editor) — sync
.livemdfiles to an open Livebook session. - MCP Server — connect AI coding agents to Livebook sessions via STDIO.
- Run Livebooks from the CLI by converting them to Elixir scripts.
- Detect runtime environment (Livebook vs. CLI) with simple code snippets.
- Tested with Cursor; compatible with any MCP‑supporting AI editor.
Use cases of LivebookTools
- Edit
.livemdfiles in an AI‑powered code editor while syncing changes to a Livebook session. - Run a Livebook as a cron job or automated script using the CLI
runcommand. - Let an AI coding agent interact with Livebook data, cells, and results through the MCP server.
FAQ from LivebookTools
How do I install LivebookTools?
Run mix escript.install github thmsmlr/livebook_tools and add the escript directory (usually ~/.mix/escripts) to your PATH.
What runtime dependencies are required?
You need Elixir (the
Frequently asked questions
How do I install LivebookTools?
Run `mix escript.install github thmsmlr/livebook_tools` and add the escript directory (usually `~/.mix/escripts`) to your `PATH`.
What runtime dependencies are required?
You need Elixir (the
Basic information
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
Comments