Klipper Docs
БесплатноНе проверенProvides local search and git-synced access to Klipper 3D printer documentation.
Описание
Provides local search and git-synced access to Klipper 3D printer documentation.
README
An MCP server that provides local access to Klipper 3D printer documentation, optimized for low-resource environments.
Features
- Local Search: Fast search through documentation using filenames, headings, and content.
- Git Sync: Keeps documentation up-to-date with official repositories (Klipper & Moonraker).
Installation
Quick Start (npx)
You can run the server directly without installation using npx:
npx klipper-docs-mcp
This command will download and run the latest version of the server. By default, it will look for documentation in the ./docs directory relative to where you run the command. You can override this with the KLIPPER_DOCS_PATH environment variable.
From Source
- Clone the repository.
- Install dependencies:
npm install - Build the project:
npm run build
Usage
Running the Server
You can run the server directly:
npm start
Or using the built executable:
./dist/index.js
Configuration
The server uses the KLIPPER_DOCS_PATH environment variable to locate documentation.
Default: ./docs
export KLIPPER_DOCS_PATH=/path/to/docs
npm start
CLI Configuration (One-Liner)
Claude Code
Add the server to your current project configuration in one command:
claude mcp add klipper-docs -- npx -y klipper-docs-mcp
Gemini CLI
Add the server extension:
gemini mcp add klipper-docs -- npx -y klipper-docs-mcp
Claude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"klipper-docs": {
"command": "node",
"args": ["/path/to/klipper-docs-mcp/dist/index.js"],
"env": {
"KLIPPER_DOCS_PATH": "/path/to/docs"
}
}
}
}
License
MIT
Установка Klipper Docs
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/id-ex/klipper-docs-mcpFAQ
Klipper Docs MCP бесплатный?
Да, Klipper Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Klipper Docs?
Нет, Klipper Docs работает без API-ключей и переменных окружения.
Klipper Docs — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Klipper Docs в Claude Desktop, Claude Code или Cursor?
Открой Klipper Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Klipper Docs with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
