Back to Apps

Markdown to Notion
by kaijutale
Convert local Markdown files into Notion page blocks effortlessly.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Bridging the gap between local markdown notes and Notion. This server allows an AI to take the content of a .md file and append it as structured blocks to a specific Notion page.
Tools
md-to-notion: Adds Markdown file content to a Notion page using a file path and optional page ID.verify-notion-connection: Checks if the Notion API token is valid and the connection is active.
Installation
{
"mcpServers": {
"markdown-to-notion": {
"type": "stdio",
"command": "md-to-notion",
"args": [],
"env": {
"NOTION_API_TOKEN": "your_notion_api_token_here",
"DEFAULT_NOTION_PAGE_ID": "your_default_page_id_here"
}
}
}
}
Supported hosts
- Claude Code
Quick install
pnpm install && pnpm run build && pnpm link --globalInformation
- Pricing
- free
- Published
- 7/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to .mcp.json after running pnpm link --global.





