{
  "name": "io.github.makenotion/notion-mcp-server",
  "description": "The official Notion MCP gives AI agents structured access to your Notion workspace. Query databases by filter, create pages, append blocks, fetch page contents, and keep a living knowledge base in sync with what your agents produce.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-04-19",
    "com.top-mcps/score": {
      "value": 85,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-04-19T20:32:57.779Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-04-19T20:32:55.621Z",
      "githubStars": 4239,
      "lastCommitAt": "2026-03-18T00:25:06Z",
      "npmWeeklyDownloads": 68005
    }
  },
  "repository": {
    "url": "https://github.com/makenotion/notion-mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Notion"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@notionhq/notion-mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "NOTION_API_KEY",
          "description": "NOTION_API_KEY — required credential for Notion.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Authenticates via a Notion integration token with exactly the permissions granted to the integration at installation time.",
      "gotchas": [
        "The integration only sees pages explicitly shared with it — on un-shared pages the MCP returns 404.",
        "Integration tokens cannot be restricted to a single workspace — they have workspace-level access once granted."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/notion",
    "markdown": "https://top-mcps.com/mcp/notion.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
