notion-mcp

kresnayulianta/notion-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Notion MCP server for Claude
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kresnayulianta/notion-mcp"
      ]
    }
  }
}

README Excerpt

A custom [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for Notion. Supports multi-workspace, dynamic token injection via HTTP headers, and both stdio and HTTP transport modes. | Tool | Description | |------|-------------| | `get-page` | Get a Notion page's properties | | `get-page-content` | Get block content of a page (raw block objects) |

Tools (1)

search