mcpbeat Sign in

Open Notebook MCP Server

by piotraleksander Your server? Claim it
local only

Open Notebook runs on your own machine — the client starts it, so there is no endpoint to ping. 381 installs a week from pypi. Last commit 22 Dec 2025.

MCP server that wraps the Open Notebook API

Installs per day peak 159 · avg 71 · -10% w/w
a month agotoday
381
Installs / week
pypi · open-notebook-mcp
45
Stars
4 open issues
22 Dec 2025
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Open Notebook every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add open-notebook -- uvx open-notebook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "open-notebook": {
      "args": [
        "open-notebook-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.open-notebook]
command = "uvx"
args = ["open-notebook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "open-notebook": {
      "args": [
        "open-notebook-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "open-notebook": {
      "args": [
        "open-notebook-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPEN_NOTEBOOK_URL (URL of your Open Notebook instance), OPEN_NOTEBOOK_PASSWORD (Authentication password (if APP_PASSWORD is set in Open Notebook)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Open Notebook

same job, measured the same way
Open Notebook
by epochal-dev

MCP server that wraps the Open Notebook API

local only
Rustypaste MCP
by rukh-debug

An MCP server that wraps the rustypaste API

29 installs/wk local only
Openweather
by pipeworx-io

OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)

40 tools answering
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
Nasa
by pipeworx-io

NASA MCP — wraps NASA Open APIs (api.nasa.gov)

36 tools answering
Currents
by pipeworx-io

Currents MCP — wraps the Currents API (currentsapi.services)

34 tools answering

Open Notebook — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Notebook?
Open Notebook runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package open-notebook-mcp was installed 381 times last week.
How do I connect Open Notebook?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls open-notebook-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Open Notebook?
The pypi package open-notebook-mcp was installed 381 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Open Notebook open source?
Yes — it is published under the MIT licence, written in Python, 45 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.