GitHub Stars
20
User Rating
Not Rated
Favorites
0
Views
33
Forks
5
Issues
1
Installation
Difficulty
IntermediateEstimated 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
Author Information
51
Followers
40
Repositories
0
Gists
0
Total Contributions
Related MCPs
wp-standalone-mcp
4
wp-standalone-mcp is a tool for building standalone WordPress applications using JavaScript. It allows developers to efficiently add custom features and simplifies the development of plugins and themes. This tool is designed for intermediate users and accelerates development within the WordPress ecosystem.