Template for Bun MCP Server
@dotneet
About Template for Bun MCP Server
template for Bun + MCP server project
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bun-mcp-server": {
"command": "bun",
"args": [
"create",
"github.com/dotneet/bun-mcp-server",
"new_project_name"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Template for Bun MCP Server?
A template for quickly bootstrapping a Model Context Protocol (MCP) server using the Bun runtime. It is designed for developers who want to start building an MCP server with minimal setup and optionally use Claude Code to generate implementation from a specification file.
How to use Template for Bun MCP Server?
Create a new project with bun create github.com/dotneet/bun-mcp-server new_project_name, then edit spec.txt to describe what you want. Run claude "See spec.txt and implement an MCP Server that meets the spec." to generate the server, build it with bun run build, test using the provided inspector command, and install by copying the built file to your path.
Features of Template for Bun MCP Server
- Preconfigured project structure for a Bun MCP server
- Includes
spec.txtfor specifying server behavior - Integration with Claude Code for AI-assisted implementation
- Build script (
bun run build) for production output - Ready to use with the MCP Inspector for testing and debugging
- Simple installation step to copy binary to
$HOME/bin
Use cases of Template for Bun MCP Server
- Rapidly scaffold a new MCP server project without boilerplate
- Let Claude Code generate server code from a written specification
- Test and debug the server using the official MCP Inspector
- Deploy the compiled server by copying it to a directory in your PATH
FAQ from Template for Bun MCP Server
How do I create a new project from the template?
Run bun create github.com/dotneet/bun-mcp-server new_project_name in your terminal.
How do I build the server?
Run bun run build inside the project directory.
How do I test and debug the server?
Use the MCP Inspector by running package_name=$(bun run show-package-name) then npx @modelcontextprotocol/inspector dist/$package_name.
How do I install the server?
Copy the built file from dist/$package_name to a directory in your $HOME/bin or another location on your PATH.
Frequently asked questions
How do I create a new project from the template?
Run `bun create github.com/dotneet/bun-mcp-server new_project_name` in your terminal.
How do I build the server?
Run `bun run build` inside the project directory.
How do I test and debug the server?
Use the MCP Inspector by running `package_name=$(bun run show-package-name)` then `npx @modelcontextprotocol/inspector dist/$package_name`.
How do I install the server?
Copy the built file from `dist/$package_name` to a directory in your `$HOME/bin` or another location on your PATH.
Basic information
More Developer Tools MCP servers

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
Comments