Bun
Freeby MCP Community
Bun runtime adapter for MCP servers built with ModelFetch
v1.0.13Added Apr 12, 2026
model-context-protocolmcpmcp-serveraiai-integration
Bun MCP Server
Bun runtime adapter for MCP servers built with ModelFetch
Installation
Reviews
Installation
Quick install
npx -y @modelfetch/bun
Add to claude_desktop_config.json
{
"mcpServers": {
"bun": {
"command": "npx",
"args": ["-y", "@modelfetch/bun"]
}
}
}