Skip to content
v1.0.0MIT

Search and read Notion workspaces, work with Custom Agents, and make permission-gated content changes.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

notionstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.notion.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "notion",
  "version": "1.0.0",
  "description": "Search and read Notion workspaces, work with Custom Agents, and make permission-gated content changes.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://developers.notion.com/guides/mcp/overview",
  "repository": "https://github.com/useopencompany/plugins/tree/main/notion",
  "license": "MIT",
  "keywords": ["notion", "documents", "knowledge", "project-management", "agents"],
  "extensions": {
    "so.opencompany.capabilities": {
      "query": {
        "label": "Search & read Notion",
        "defaultMode": "ask",
        "tools": [
          "notion-search",
          "notion-ai-search",
          "notion-search-skills",
          "notion-fetch",
          "notion-download-attachment",
          "notion-query-data-sources",
          "notion-query-meeting-notes",
          "notion-list-agents",
          "notion-search-agents",
          "notion-query-sessions",
          "notion-search-sessions",
          "notion-get-session-status",
          "notion-wait-session",
          "notion-list-session-events",
          "notion-read-session-event",
          "notion-get-comments",
          "notion-get-teams",
          "notion-get-users",
          "notion-get-async-task"
        ]
      },
      "draft": {
        "label": "Work with Notion agents",
        "defaultMode": "ask",
        "tools": [
          "notion-spawn-session",
          "notion-stop-session",
          "notion-send-message-to-session"
        ]
      },
      "write": {
        "label": "Change Notion",
        "defaultMode": "ask",
        "tools": [
          "notion-create-file-upload",
          "notion-create-attachment",
          "notion-create-pages",
          "notion-update-page",
          "notion-convert-page-to-skill",
          "notion-move-pages",
          "notion-duplicate-page",
          "notion-create-database",
          "notion-create-folder",
          "notion-update-data-source",
          "notion-create-view",
          "notion-update-view",
          "notion-create-comment"
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • so.opencompany.capabilities