Bun Documentation MCP
@ghoulr
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bun-doc-mcp": {
"type": "stdio",
"command": "bunx",
"args": [
"bun-doc-mcp"
],
"env": {}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Bun Documentation MCP?
Bun Documentation MCP is a Model Context Protocol server that provides up-to-date Bun documentation to AI assistants. It enables AI to access comprehensive Bun API docs and offer accurate guidance on Bun-specific features.
How to use Bun Documentation MCP?
Install via Claude Code (claude mcp add bun-doc-mcp bunx -- bun-doc-mcp) or manually configure the MCP server in your client's JSON. You can choose standard mode (uses local Bun docs) or --github-only mode (always fetches from GitHub). Once installed, your AI assistant can access Bun documentation and suggest Bun APIs.
Key features of Bun Documentation MCP
- Version-matched documentation from local or GitHub
- Search functionality with JavaScript regex support
- Built with Bun for Bun developers
- Structured to provide relevant AI context
- Two installation modes: standard and GitHub-only
Use cases of Bun Documentation MCP
- AI assistant accesses comprehensive Bun documentation
- Suggests appropriate Bun APIs over Node.js alternatives
- Helps with Bun-specific features and best practices
- Provides accurate answers based on up-to-date docs
FAQ from Bun Documentation MCP
What documentation does Bun Documentation MCP provide?
It provides Bun API documentation to AI assistants, sourced from your local node_modules/bun-types/docs/ or synced from GitHub.
How does the server keep documentation up to date?
It uses version-matched documentation: either from your local Bun package or synced from GitHub based on your installed Bun version.
How do I install Bun Documentation MCP with Claude Code?
Run claude mcp add bun-doc-mcp bunx -- bun-doc-mcp for standard mode, or add --github-only to always fetch from upstream.
What runtime does Bun Documentation MCP require?
It is built with Bun and runs using Bun's bunx command, so Bun itself must be installed.
How does the AI assistant search documentation?
The server includes a grep tool with JavaScript regex support for searching across documentation files.
Frequently asked questions
What documentation does Bun Documentation MCP provide?
It provides Bun API documentation to AI assistants, sourced from your local `node_modules/bun-types/docs/` or synced from GitHub.
How does the server keep documentation up to date?
It uses version-matched documentation: either from your local Bun package or synced from GitHub based on your installed Bun version.
How do I install Bun Documentation MCP with Claude Code?
Run `claude mcp add bun-doc-mcp bunx -- bun-doc-mcp` for standard mode, or add `--github-only` to always fetch from upstream.
What runtime does Bun Documentation MCP require?
It is built with Bun and runs using Bun's `bunx` command, so Bun itself must be installed.
How does the AI assistant search documentation?
The server includes a grep tool with JavaScript regex support for searching across documentation files.
Basic information
More Memory & Knowledge MCP servers
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments