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
- jeremyimmanuel
- Downloads
- 310
- Categories
- Other
Jump to
- Built with the Bun JavaScript runtime
- Implements the MCP protocol
- Provides a debug command (bun debug)
- Integrates with Claude Desktop
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. To debug use bun debug. For use with Claude Desktop, add the configuration shown in the README to claude_desktop_config.json.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server-with-bun": {
"mcp-server-with-bun": {
"command": "bun",
"args": [
"server"
]
}
}
}
}
McpServers
{
"mcp-server-with-bun": {
"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.



