mcp-server-with-bun

by jeremyimmanuel

310 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-server-with-bun
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
      }
    },
  },
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.