Loading languages...
JO

Jotdown

@Harry-02718

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

Notion
mdBook
Rust

Jotdown - MCP Server for Notion Page Creation and mdBook Generation

Jotdown is a Model Context Protocol (MCP) server that allows large language models (LLMs) to interact with Notion and also generate Markdown Books....(完整README内容)

# mcpServer Config

{
  "mcpServers": {
    "Jotdown": {
      "command": "/path_to_repo/Jotdown/target/release/Jotdown",
      "args": [],
      "env": {
        "NOTION_TOKEN": "your_notion_intergration_token"
      }
    }
  }
}

# stdio

/path_to_repo/Jotdown/target/release/Jotdown
Transport:
Language:
Rust
Updated: 7/23/2025