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 int
Add this skill
npx mdskills install Harry-027/jotdownWell-documented MCP server with useful Notion and mdBook tools, clear setup instructions, and good examples
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.
Install via CLI
npx mdskills install Harry-027/jotdownJotdown is a free, open-source AI agent skill. 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 int
Install Jotdown with a single command:
npx mdskills install Harry-027/jotdownThis downloads the skill files into your project and your AI agent picks them up automatically.
Jotdown works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.