Files
owl/community_usecase/Notion-MCP/mcp_servers_config.json
2025-04-18 14:55:43 +05:30

11 lines
291 B
JSON

{
"mcpServers": {
"notionApi": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }"
}
}
}
}