Jotdown
MCP Server for Notion Page Creation and mdBook Generation
Key Features
Use Cases
README
Jotdown - MCP Server for Notion Page Creation and mdBook Generation
Jotdown is a Model Context Protocol (MCP) server that allows large language models (LLMs) to interact with Notion and also generate Markdown Books. It provides two primary tools for LLMs:
- π Notion Integration: Create or update pages in Notion with content generated by the LLM.
- π Mdbook Generation: Generate a mdbook from content and manage the structure.
Jotdown enables LLMs to seamlessly integrate with these systems for various content management and publishing workflows.
Certified by MCPHub
- π JotDown
Features
- πΏ Notion Integration: Automatically create or update Notion pages with content generated by the LLM.
- πΏ Mdbook Generation: Create and manage mdbooks directly from content, including generating necessary files like
SUMMARY.md,README.md, and individual chapter markdown files. - πΏ MCP Support: Leverages the Model Context Protocol to maintain context over interactions, enabling more intelligent and consistent content creation and updates.
Tools Provided by Jotdown
1. Notion Page Tool
LLMs can use the Notion tool to create or update pages within Notion, allowing them to store structured content like articles or any other type of document directly in Notion.
Example:
- Create a new page in Notion with content that the LLM has generated.
- Update an existing Notion page with new information.
2. mdbook Tool
With the mdbook tool, LLMs can automatically generate markdown books, handling the creation of multiple chapters, managing the structure, and adding a SUMMARY.md file for navigation.
Example:
- Generate a new book based on LLM-generated content.
- Automatically generate chapters with proper links in
SUMMARY.md.
Installation
Prerequisites
- Rust: Make sure you have Rust installed. You can install it from rust-lang.org.
- Notion API Token: You will need a Notion API token (
internal integration secret) to integrate with Notion. - Claude Desktop: Make sure you have Claude desktop or any other MCP client (Cline, Continue etc) installed and configured with a Notion integration token.
Steps to Install
-
Clone the repository:
bashgit clone https://github.com/Harry-027/JotDown cd jotdown -
Install dependencies:
bashcargo build --release -
Install mdbook cli (required for the book generation to work):
bashcargo install mdbook -
Notion setup:
- Setup Notion connection (internal intergation with access to Notion workspace) & copy the
internal intergration secretfor later use. - Setup a page with title
Jot It Downin your workspace and share it with your connection. This is required for the integration to work.
- Setup Notion connection (internal intergation with access to Notion workspace) & copy the
-
Set up Claude desktop (or any other MCP client) configuration file (for Notion integration):
json"mcpServers": { "Jotdown": { "command": "/path_to_repo/Jotdown/target/release/Jotdown", "args": [], "env": { "NOTION_TOKEN": "your_notion_intergration_token" } } } -
Restart Claude desktop and try it out!
Notion Integration Example:
- To create or update a Notion page, the LLM sends a request to the server specifying the content and page details. The server then interacts with the Notion API to either create a new page or update an existing one.
Mdbook Integration Example:
- LLMs can send structured content to the server to create an entire mdbook, including chapter creation,
README.md, andSUMMARY.mdmanagement. The server compiles the content into a complete book.
π§βπ» Demo
Notion Demo -
MdBook Demo -
MdBook Screenshots -
π§βπ» Contributing
Feel free to open issues or submit pull requests.
π License
Jotdown is licensed under the MIT License. See the LICENSE file for details.
π§ Contact
For support or inquiries, reach out at harishmmp@gmail.com.
Star History
Repository Owner
User
Repository Details
Programming Languages
Tags
Topics
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Notion MCP Server
Enable LLMs to interact with Notion using the Model Context Protocol.
Notion MCP Server allows large language models to interface with Notion workspaces through a Model Context Protocol server, supporting both data retrieval and editing capabilities. It includes experimental Markdown conversion to optimize token usage for more efficient communication with LLMs. The server can be configured with environment variables and controlled for specific tool access. Integration with applications like Claude Desktop is supported for seamless automation.
- β 834
- MCP
- suekou/mcp-notion-server
Raindrop.io MCP Server
Enable LLMs to manage and search Raindrop.io bookmarks via the Model Context Protocol.
Raindrop.io MCP Server is an integration that allows large language models to interact with Raindrop.io bookmarks using the Model Context Protocol. It provides tools to create and search bookmarks, including filtering by tags, and is designed for interoperability with environments like Claude for Desktop. Installation can be done via Smithery or manually, and configuration is managed through environment variables. The project is open source and optimized for secure, tokenized access to Raindrop.io.
- β 63
- MCP
- hiromitsusasaki/raindrop-io-mcp-server
Coda MCP Server
A Model Context Protocol server enabling seamless interaction with Coda documents and pages.
Coda MCP Server implements a Model Context Protocol (MCP) server that bridges AI assistants or MCP clients with the Coda API. It provides standardized tools for listing, creating, reading, updating, duplicating, and renaming Coda pages, as well as handling document context. The server communicates over standard input/output, supporting integration with platforms like Cursor and Claude Desktop, and can be deployed via Node.js or Docker.
- β 36
- MCP
- orellazri/coda-mcp
MCP Obsidian Server
Integrate Obsidian note management with AI models via the Model Context Protocol.
MCP Obsidian Server acts as a bridge between Obsidian and AI models by providing an MCP-compatible server interface. It enables programmatic access to Obsidian vaults through a local REST API, allowing operations like listing files, searching, reading, editing, and deleting notes. Designed to work with Claude Desktop and other MCP-enabled clients, it exposes a set of tools for efficient note and content management within Obsidian.
- β 2,394
- MCP
- MarkusPfundstein/mcp-obsidian
Typst MCP Server
Facilitates AI-driven Typst interactions with LaTeX conversion, validation, and image generation tools.
Typst MCP Server implements the Model Context Protocol, enabling AI models to interface seamlessly with Typst, a markup-based typesetting system. It provides tools for tasks such as converting LaTeX to Typst, validating Typst syntax, listing and retrieving Typst documentation chapters, and rendering Typst code as images. The server is compatible with MCP agent clients, such as Claude Desktop and VS Codeβs agent mode. All functionalities are exposed as tools for ease of LLM integration.
- β 79
- MCP
- johannesbrandenburger/typst-mcp
MCP Manager for Claude Desktop
A desktop app to manage Model Context Protocol (MCP) servers for Claude Desktop on MacOS.
MCP Manager for Claude Desktop provides a user-friendly interface to manage Model Context Protocol (MCP) servers, enabling Claude to access private data, APIs, and local or remote services securely from a MacOS desktop. It facilitates rapid configuration and integration with a wide variety of MCP servers, including productivity tools, databases, and web APIs. The app runs locally to ensure data privacy and streamlines connecting Claude to new sources through simple environment and server settings management.
- β 270
- MCP
- zueai/mcp-manager
Didn't find tool you were looking for?