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.