my-notion-mcp-server
3.1
If you are the rightful owner of my-notion-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an MCP server using Bun, a fast all-in-one JavaScript runtime.
mcp-server-with-bun
This is an mcp server using bun.sh
.
Scripts
To install dependencies:
bun install
To run:
bun server
Inpsect/debug mcp server:
bun debug
This project was created using bun init
in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
Connecting to Claude Desktop
Make sure to include this config in your claude_desktop_config.json
file.
{
"mcpServers": {
"mcp-server-playground": {
"command": "PATH-to-bun",
"args": [
"PATH-to-index.ts"
],
"env": {
"NOTION_TOKEN": "YOUR_NOTION_TOKEN"
}
},
},
}