
bun mcp server
template for Bun + MCP server project
Repository Info
About This Server
template for Bun + MCP server project
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Template for Bun MCP Server
Usage
Create a new project
bun create github.com/dotneet/bun-mcp-server new_project_name
cd new_project_name
Implement MCP server
Use Claude Code or any other tools you prefer.
# Edit spec.txt to describe what you want
vim spec.txt
claude "Read spec.txt and implement an MCP Server according to the specifications."
Build the server
bun run build
Testing and Debugging
# You can use inspector for testing and debugging.
package_name=$(bun run show-package-name)
npx @modelcontextprotocol/inspector dist/$package_name
Install
# Install the command to $HOME/bin or your preferred path
cp dist/$package_name $HOME/bin/
Quick Start
Clone the repository
git clone https://github.com/dotneet/bun-mcp-serverInstall dependencies
cd bun-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.