# markdown-to-notion

Convert markdown into polished Notion pages while preserving structure and formatting. Streamline migrations and publishing workflows by turning existing docs into ready-to-use Notion content. Save t…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xiaobenyang-com/markdown-to-notion

# Browse available tools
npx -y @smithery/cli@latest tool list xiaobenyang-com/markdown-to-notion

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xiaobenyang-com/markdown-to-notion markdown-to-notion

# Call a tool
npx -y @smithery/cli@latest tool call xiaobenyang-com/markdown-to-notion markdown-to-notion '{}'
```

## Direct MCP Connection

Endpoint: `https://markdown-to-notion--xiaobenyang-com.run.tools`

## Tools (1)

- `markdown-to-notion` — Convert markdown content to notion json page content

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xiaobenyang-com/markdown-to-notion <tool-name>
```

---

Source: https://github.com/xiaobenyang-com/1777316659401731
