Bun Documentation MCP
About
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.
Details
- Author
- ghoulr
- Downloads
- 370
- Categories
- Knowledge Base
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bun Documentation MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bun documentation mcp": {
"bun-doc-mcp": {
"type": "stdio",
"command": "bunx",
"args": [
"bun-doc-mcp"
],
"env": []
}
}
}
}
McpServers
{
"bun-doc-mcp": {
"type": "stdio",
"command": "bunx",
"args": [
"bun-doc-mcp"
],
"env": []
}
}
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:**
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


