An MCP Server in Rust for creating Notion pages & mdBooks with LLMs 🦀
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 [email protected].