JotDown

An MCP Server in Rust for creating Notion pages & mdBooks with LLMs 🦀

GitHub Stars

20

User Rating

Not Rated

Favorites

0

Views

33

Forks

5

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Rust: Make sure you have Rust installed. You can install it from [rust-lang.org](https://www.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.
1Clone the repository:
bash
    git clone https://github.com/Harry-027/JotDown
    cd jotdown
    
2Install dependencies:
bash
    cargo build --release
    
3Install mdbook cli (required for the book generation to work):
bash
    cargo install mdbook
    
4Notion setup:
* Setup Notion connection (internal intergation with access to Notion workspace) & copy the internal intergration secret for later use. * Setup a page with title Jot It Down in your workspace and share it with your connection. This is required for the integration to work.
5Set up Claude desktop (or any other MCP client) configuration file (for Notion integration):

Additional Resources