Baritone Docs
FreeNot checkedProvides fuzzy search, read, and refresh capabilities for Baritone documentation through the Model Context Protocol.
About
Provides fuzzy search, read, and refresh capabilities for Baritone documentation through the Model Context Protocol.
README
Baritone Docs MCP
A Model Context Protocol server for Baritone documentation.
Fuzzy search, read, and refresh Baritone documentation through the Model Context Protocol
Features
| Feature | Description |
|---|---|
| Refresh Docs | Downloads and updates the local documentation cache directly from GitHub. |
| Search Docs | Performs fuzzy search across documentation files to find relevant topics. |
| Read Doc | Retrieves the full text content of specific documentation files. |
| Resource Access | Exposes documentation via the docs:// URI scheme for direct reference. |
Project Structure
| File / Directory | Description |
|---|---|
src/index.ts |
Main entry point initializing the MCP server and tools. |
src/tools/ |
Contains logic for search and read functionalities. |
src/resources/ |
Handles docs:// resource requests. |
src/cache.ts |
Manages downloading, extracting, and caching documentation. |
scraper/ |
Utilities for scraping and preparing documentation. |
tests/ |
Integration tests for the MCP server. |
Installation
| Step | Instructions |
|---|---|
| 1. Clone the repository | git clone https://github.com/MCDxAI/baritone-docs-mcp.gitcd baritone-docs-mcp |
| 2. Install dependencies | npm install |
| 3. Build the project | npm run build |
Configuration
Add to your MCP settings file (e.g., claude_desktop_config.json):
{
"mcpServers": {
"baritone-docs": {
"command": "node",
"args": [
"/path/to/baritone-docs-mcp/dist/index.js"
]
}
}
}
Installing Baritone Docs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/MCDxAI/baritone-docs-mcpFAQ
Is Baritone Docs MCP free?
Yes, Baritone Docs MCP is free — one-click install via Unyly at no cost.
Does Baritone Docs need an API key?
No, Baritone Docs runs without API keys or environment variables.
Is Baritone Docs hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Baritone Docs in Claude Desktop, Claude Code or Cursor?
Open Baritone Docs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbCompare Baritone Docs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
