Notion

com.notion/mcp · v1.0.0

streamable-http

Notion's hosted MCP server. Search, read and write pages and databases in a workspace after an OAuth sign-in; no local install.

Claude Code

claude mcp add --transport http mcp https://mcp.notion.com/mcp

mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)

{
  "mcpServers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  }
}

Tools (5)

notion-searchnotion-fetchnotion-create-pagesnotion-update-pagenotion-create-comment
server.json manifest
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "_meta": {
    "io.mcpregistry/tags": [
      "notes",
      "documents",
      "productivity",
      "hosted"
    ],
    "io.mcpregistry/tools": [
      "notion-search",
      "notion-fetch",
      "notion-create-pages",
      "notion-update-page",
      "notion-create-comment"
    ],
    "io.mcpregistry/transport": "streamable-http"
  },
  "description": "Notion's hosted MCP server. Search, read and write pages and databases in a workspace after an OAuth sign-in; no local install.",
  "name": "com.notion/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.notion.com/mcp"
    }
  ],
  "title": "Notion",
  "version": "1.0.0",
  "websiteUrl": "https://developers.notion.com/docs/mcp"
}