bun-doc-mcp
A MCP server that provides bun documents as resources for your AI coding assistant.
Documentation
Bun Documentation MCP
A MCP server that provides Bun documentation to AI assistants. This enables your AI to access up-to-date Bun documentation and provide accurate guidance on Bun APIs.
✨ Features
- Version-matched documentation: uses your local `node_modules/bun-types/docs/`, or syncs from GitHub based on your Bun version
- Search functionality: includes a grep tool with JavaScript regex support for searching documentation
- Built with Bun: for Bun
- AI-friendly: structured to provide relevant context to AI assistants
🚀 Quick Start
If you're already in a Bun project, you can try this prompt from bun project template first:
> Read the Bun API docs in `node_modules/bun-types/docs/**.md`.
For more reliable access and search capabilities, install this MCP server:
📦 Installation
Claude Code:
# Standard installation (uses your local Bun docs)
claude mcp add bun-docs bunx bun-doc-mcpManual configuration:
{
"mcpServers": {
"bun-docs": {
"type": "stdio",
"command": "bunx",
"args": ["bun-doc-mcp"],
"env": {}
}
}
}🎉 You're Ready! Happy coding with Bun! 🚀
🔧 Usage
Once installed, your AI assistant can:
- Access comprehensive Bun documentation
- Suggest appropriate Bun APIs over Node.js alternatives
- Help with Bun-specific features and best practices
- Provide accurate answers based on current documentation
Frequently asked questions
What is bun-doc-mcp?
bun-doc-mcp is A MCP server that provides bun documents as resources for your AI coding assistant.
How do I install bun-doc-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is bun-doc-mcp open source?
Yes — it is hosted on GitHub at https://github.com/ghoulr/bun-doc-mcp and has 6 stars.
Related MCP tools
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Lan...
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP