
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"
}
},
},
}
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Reviews

user_S5X5I83a
I've been using my-notion-mcp-server for a few weeks now, and it has significantly streamlined my project management workflow. Developed by jeremytandjung, this server integrates seamlessly with my Notion setup, allowing for smooth communication and task tracking. The setup process was straightforward, thanks to the comprehensive documentation available on the GitHub page. Highly recommend it for anyone looking to improve their productivity and project management capabilities! Check it out at https://github.com/jeremytandjung/my-notion-mcp-server.