An MCP server that enables LLMs to create or update Notion pages and generate Markdown Books (mdbooks).
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:
Jotdown enables LLMs to seamlessly integrate with these systems for various content management and publishing workflows.
SUMMARY.md
, README.md
, and individual chapter markdown files.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.
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.
SUMMARY.md
.internal integration secret
) to integrate with Notion.Clone the repository:
git clone https://github.com/Harry-027/JotDown
cd jotdown
Install dependencies:
cargo build --release
Install mdbook cli (required for the book generation to work):
cargo install mdbook
Notion setup:
internal intergration secret
for later use.Jot It Down
in your workspace and share it with your connection. This is required for the integration to work.Set up Claude desktop (or any other MCP client) configuration file (for Notion integration):
"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!
README.md
, and SUMMARY.md
management. The server compiles the content into a complete book.
Feel free to open issues or submit pull requests.
Jotdown is licensed under the MIT License. See the LICENSE file for details.
For support or inquiries, reach out at harishmmp@gmail.com.
Connect AI assistants to Limitless to access personal memory and lifelog data.
A simple note storage system with tools to add and summarize notes using a custom note:// URI scheme.
Create professional PDF invoices using natural language.
Interact with the DeepWriter API, an AI-powered writing assistant.
Provides the current time in Japan Standard Time (JST).
A simple to-do list manager to record, track, and complete daily tasks.
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
A tool for dynamic and reflective problem-solving using a structured thinking process.
Interact with Microsoft OneNote using AI language models like Claude and other LLMs.
A multi-agent mesh network designed for completing AI tasks in parallel.