Serversio.github.misterwigglesworth/easy-notion
N

io.github.misterwigglesworth/easy-notion

io.github.misterwigglesworth/easy-notion · v0.2.3
▦ npm
v0.2.3npm npm: easy-notion-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.misterwigglesworth/easy-notion",
  "description": "Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.",
  "repository": {
    "url": "https://github.com/Grey-Iris/easy-notion-mcp",
    "source": "github"
  },
  "version": "0.2.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "easy-notion-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Notion integration token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NOTION_TOKEN"
        },
        {
          "description": "Default parent page ID for create_page (optional — falls back to workspace root in OAuth mode)",
          "format": "string",
          "name": "NOTION_ROOT_PAGE_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}