mcp-server-with-bun
Description
# mcp-server-with-bun This is an mcp server using `bun.sh`. ## Scripts To install dependencies: ```bash bun install ``` To run: ```bash bun server ``` Inpsect/debug mcp server: ```bash bun debug ``` This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh)…
About
# mcp-server-with-bun This is an mcp server using `bun.sh`. ## Scripts To install dependencies: ```bash bun install ``` To run: ```bash bun server ``` Inpsect/debug mcp server: ```bash bun debug ``` This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime…
Details
- Author
- jeremytandjung
- Downloads
- 292
- Categories
- Knowledge Base
Jump to
- Built with Bun, a fast all-in-one JavaScript runtime
- Provides bun install, bun server, and bun debug scripts
- Includes configuration example for Claude Desktop
- Requires a NOTION_TOKEN environment variable
- Simple setup for MCP server development
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-server-with-bunCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with bun install, then run the server with bun server. Debug with bun debug. To connect to Claude Desktop, add the provided configuration to claude_desktop_config.json, specifying the path to Bun and the index.ts file, and set the NOTION_TOKEN environment variable.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server-with-bun": {
"my-notion-mcp-server": {
"command": "bun",
"args": [
"server"
]
}
}
}
}
McpServers
{
"my-notion-mcp-server": {
"command": "bun",
"args": [
"server"
]
}
}
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"
}
},
},
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


