Back to MCP Servers
JotDown
An MCP server to create/update pages in Notion app & auto generate mdBooks from structured content.
other-tools-and-integrations
By Harry-027
Installation
npx -y JotDownConfiguration
{
"mcpServers": {
"JotDown": {
"command": "npx",
"args": ["-y", "JotDown"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes