Skip to content

777genius/notion

v0.1.0Apache-2.0

Community package for the official Notion hosted MCP plugin for user-authorized workspace access. Search pages, read docs, edit content, and work with Notion knowledge directly from AI agents.

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": "0.1.0",
  "description": "Community package for the official Notion hosted MCP plugin for user-authorized workspace access. Search pages, read docs, edit content, and work with Notion knowledge directly from AI agents.",
  "author": {
    "name": "777genius",
    "url": "https://github.com/777genius"
  },
  "homepage": "https://developers.notion.com/docs/get-started-with-mcp",
  "repository": "https://github.com/777genius/universal-agent-plugins",
  "license": "Apache-2.0",
  "keywords": [
    "agent-plugins",
    "ai-agents",
    "collaboration",
    "knowledge",
    "mcp",
    "notion",
    "planning",
    "plugins"
  ]
}