Community skill: drive Open Notebook from Claude (and any MCP client) #1285
sergeesteves
started this conversation in
General
Replies: 1 comment
|
Closing our Discord thread on an official MCP server and moving the wishlist here:
The Discord forum where this was discussed is now retired in favor of Discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all 👋
I put together a small open-source Agent Skill + setup guide for driving Open Notebook
from Claude Code/Desktop and other MCP clients:
👉 https://github.com/sergeesteves/open-notebook-mcp-skill (MIT)
It wraps two MCP servers:
chat, search, models, settings
What's inside:
claude mcp add …) + a Claude Desktop/VS Code JSON blockopen-notebook-mcpneeds themcpSDK pinned to<2(2.x renamed FastMCP → crashes onstart with no tools exposed)
OPEN_NOTEBOOK_URLmust be the root, without/api(the server adds it; otherwise/api/api/…→ 404)It's fully agnostic of where the instance runs and which AI providers it uses — it only needs
the URL (and a password if you've enabled protection).
One question while I'm here: would you be open to listing community MCP skills like this in the
docs (e.g. in
docs/5-CONFIGURATION/mcp-integration.md)? Happy to open a PR with a one-line entryif that's useful — totally fine if not.
Feedback very welcome, and thanks for Open Notebook — it's great 🙏
All reactions