
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
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Take an adjectivised noun, and create images making it progressively more adjective!
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
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.