Back to directory
larryhudson/simple-notion-mcp-server

larryhudson/simple-notion-mcp-server

@larryhudson

Notion MCP server that uses Markdown for better LLM support

notionmarkdownknowledge-basecontextmcptypescriptapiproductivity

Installation & Configuration

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@larryhudson/simple-notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<YOUR_NOTION_API_TOKEN>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17