MCP Directory

Harry-027/JotDown

GitHub
Other

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y jotdown

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Harry-027/JotDown your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "jotdown": {
      "command": "npx",
      "args": [
        "-y",
        "jotdown"
      ]
    }
  }
}

Route Harry-027/JotDown intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add jotdown

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Harry-027/JotDown directly without routing

npx -y jotdown

New to Agent-CoreX? View setup guide →

Harry-027/JotDown MCP Server — Agent-CoreX