MCP Directory
Back

mcp-notion-server

by suekou · TypeScript · ★ 907

A Model Context Protocol server for connecting Notion to MCP-compatible clients

#mcp#model-context-protocol#notion#notion-api#npm#typescript

Install

npx -y github:suekou/mcp-notion-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

AI-friendly MCP server for the Notion API. It helps agents find, read, query, and update Notion workspaces while keeping responses compact enough for day-to-day AI workflows. This server targets the Notion API and uses the current database/data source model. It exposes MCP tools, prompts, resources, structured tool results, and optional MCP Apps for interactive Notion workflows. - Search and target discovery with . - Compact page reading with stable block IDs via . - Data source schema inspection with . - Schema-aware data source querying and item creation with simple values. - Simple page…
Read full README on GitHub →

Related productivity servers