Skip to main content
Other Tools and IntegrationsRust

Harry-027/JotDown

An MCP server to create/update pages in Notion app & auto generate mdBooks from structured content.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Harry-027/JotDown

Claude Desktop configuration example:

{
  "mcpServers": {
    "jotdown": {
      "command": "npx",
      "args": [
        "-y",
        "Harry-027/JotDown"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Rust
Author
Harry-027