Skip to content

Commit caa50cd

Browse files
authored
Add the Notion MCP server to the registry (#769)
1 parent bc40d58 commit caa50cd

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

pkg/registry/data/registry.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,69 @@
13631363
],
13641364
"transport": "sse"
13651365
},
1366+
"notion": {
1367+
"args": [],
1368+
"description": "Official Notion MCP server.",
1369+
"env_vars": [
1370+
{
1371+
"description": "HTTP headers for Notion API requests in JSON format. Example: {\"Authorization\":\"Bearer ntn_****\",\"Notion-Version\":\"2022-06-28\"}",
1372+
"name": "OPENAPI_MCP_HEADERS",
1373+
"required": true,
1374+
"secret": true
1375+
}
1376+
],
1377+
"image": "mcp/notion:latest",
1378+
"metadata": {
1379+
"last_updated": "2025-06-18T09:30:54-04:00",
1380+
"pulls": 205,
1381+
"stars": 2187
1382+
},
1383+
"permissions": {
1384+
"network": {
1385+
"outbound": {
1386+
"allow_host": [
1387+
"api.notion.com"
1388+
],
1389+
"allow_port": [
1390+
443
1391+
],
1392+
"allow_transport": [
1393+
"tcp"
1394+
],
1395+
"insecure_allow_all": false
1396+
}
1397+
},
1398+
"read": [],
1399+
"write": []
1400+
},
1401+
"repository_url": "https://github.com/makenotion/notion-mcp-server",
1402+
"tags": [
1403+
"notion",
1404+
"notes"
1405+
],
1406+
"tools": [
1407+
"API-get-user",
1408+
"API-get-users",
1409+
"API-get-self",
1410+
"API-post-database-query",
1411+
"API-post-search",
1412+
"API-get-block-children",
1413+
"API-patch-block-children",
1414+
"API-retrieve-a-block",
1415+
"API-update-a-block",
1416+
"API-delete-a-block",
1417+
"API-retrieve-a-page",
1418+
"API-patch-page",
1419+
"API-post-page",
1420+
"API-create-a-database",
1421+
"API-update-a-database",
1422+
"API-retrieve-a-database",
1423+
"API-retrieve-a-page-property",
1424+
"API-retrieve-a-comment",
1425+
"API-create-a-comment"
1426+
],
1427+
"transport": "stdio"
1428+
},
13661429
"oci-registry": {
13671430
"args": [],
13681431
"description": "The OCI Registry MCP Server enables secure and seamless querying of OCI container registries, providing tools for image introspection, tag discovery, and manifest/config retrieval.",

0 commit comments

Comments
 (0)