Open Notebook runs on your own machine — the client starts it, so there is no endpoint to ping. 539 installs a week from pypi. Last commit 22 Dec 2025.
MCP server that wraps the Open Notebook API
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.
claude mcp add open-notebook -- uvx open-notebook-mcp
{
"mcpServers": {
"open-notebook": {
"args": [
"open-notebook-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.open-notebook]
command = "uvx"
args = ["open-notebook-mcp"]
{
"mcpServers": {
"open-notebook": {
"args": [
"open-notebook-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"open-notebook": {
"args": [
"open-notebook-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.