bun-docs-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bun-docs-mcpsearch bun docs for how to read a file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bun-docs-toolkit
Always-current Bun documentation for AI agents — sourced directly from bun-types, so it's version-pinned to whatever Bun your project uses.
Why?
Every existing "Bun docs for AI agents" project forks or clones Bun's documentation at a point in time, then goes stale. bun-docs-toolkit takes a different approach: it reads documentation from the bun-types npm package, which ships the complete Bun docs and is already version-pinned to your installed Bun.
Related MCP server: react-native-toolkit
What's Included
1. MCP Server (bun-docs-mcp)
A Model Context Protocol server that resolves docs from whatever bun-types is installed in your project.
Setup — add to your MCP config:
{
"mcpServers": {
"bun-docs": {
"command": "bunx",
"args": ["bun-docs-mcp"]
}
}
}Tools:
search_bun_docs({ query, category? })— search docs by plain-English queryget_bun_doc({ slug })— get the full content of a specific doclist_bun_doc_categories()— browse the category tree
2. Agent Skills Bundle (skills/)
Pre-generated SKILL.md files grouped by topic (~25 skills), compatible with skills-cli:
bunx skills add <owner>/bun-docs-toolkitSkills are regenerated weekly by CI to track the latest bun-types release.
Development
# Install dependencies
bun install
# Run tests
bun test
# Regenerate skills
bun run generate:skillsHow It Works
packages/core— Shared parsing: resolvesbun-typesdocs dir, walks.md/.mdxfiles, parses YAML frontmatter, flattens Mintlify JSX components to plain markdown, and builds a searchable index.packages/mcp-server— MCP server using the core library. Reads from the calling project'sbun-typesat runtime, falling back to a bundled snapshot.packages/skills-generator— Build script that groups docs into ~25 skill categories and emitsSKILL.mdfiles.
License
MIT — see LICENSE.
Documentation content sourced from bun-types (MIT, © Jarred Sumner and Bun contributors).
This server cannot be deployed
Maintenance
Related MCP Connectors
Versioned documentation registry and semantic search for AI tools and coding assistants.
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.MIT
- AlicenseAqualityCmaintenanceProvides AI agents with accurate, version-aware documentation for React Native, Expo, React Navigation, and Ignite by automatically detecting project dependencies and fetching matching documentation.12MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with access to DFNS documentation, API reference, and SDK code through full-text search and type intelligence.11 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides up-to-date documentation for AI agents by locally querying a community-driven registry of pre-built docs packages.Apache 2.0