Bun Fun
Provides simple local stdio MCP server examples compiled with Bun for integrating custom functionalities into Claude.
关于
Bun Fun serves as a practical example of building a local MCP (Message-Channel Protocol) server using Bun. It demonstrates how to create custom tools that can interact with AI platforms like Claude Desktop and Claude Code via standard input/output. The server includes ready-to-use examples such as retrieving the current time, echoing messages, and performing basic arithmetic, showcasing how developers can extend AI capabilities with custom logic compiled for efficiency.
主要功能
- Compiles with Bun for fast, self-contained executables
- Includes example MCP tools: `get_current_time`, `echo`, and `add_numbers`
- Provides detailed instructions for integration with Claude Desktop (Windows, macOS)
- Offers integration guidance for Claude Code CLI and from Desktop (macOS, WSL)
- Uses standard I/O for communication, making it widely compatible
- 0 GitHub stars
使用案例
- Learning how to develop custom MCP servers and tools with Bun.
- Integrating simple utility functions (time, echo, math) into AI workflows.
- Testing local MCP server functionality within Claude Desktop or Claude Code environments.