I have identified the cause of the error. The field in claude_desktop_config.json should be NOTION_API_TOKEN instead of NOTION_API_KEY, as the parameter in the index.js file is NOTION_API_TOKEN.
The correct and complete claude_desktop_config.json should look like this:
Thanks for sharing!
I have identified the cause of the error. The field in
claude_desktop_config.json
should beNOTION_API_TOKEN
instead ofNOTION_API_KEY
, as the parameter in theindex.js
file isNOTION_API_TOKEN
.The correct and complete
claude_desktop_config.json
should look like this: