klipper-docs-mcp
Keeps documentation up-to-date by syncing with official Git repositories for Klipper and Moonraker.
Click on "Install 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., "@klipper-docs-mcpsearch for bed leveling configuration"
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.
Klipper Docs MCP Server
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).
Related MCP server: Atlas
Installation
Quick Start (npx)
You can run the server directly without installation using npx:
npx klipper-docs-mcpThis 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 installBuild the project:
npm run build
Usage
Running the Server
You can run the server directly:
npm startOr using the built executable:
./dist/index.jsConfiguration
The server uses the KLIPPER_DOCS_PATH environment variable to locate documentation.
Default: ./docs
export KLIPPER_DOCS_PATH=/path/to/docs
npm startCLI 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-mcpGemini CLI
Add the server extension:
gemini mcp add klipper-docs -- npx -y klipper-docs-mcpClaude 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceIndexes documentation sites by base URL and serves keyword search, optional semantic search, and Markdown page retrieval as MCP tools, all from a single SQLite file.Last updated
- Alicense-qualityAmaintenanceLocal-first MCP server for querying multi-repo engineering documentation artifacts from a SQLite corpus.Last updated78AGPL 3.0
- Alicense-qualityFmaintenanceServes RootApp documentation files with search and retrieval capabilities, enabling users to access specific docs, browse directory structure, and search across file names and content.Last updatedAGPL 3.0
- Flicense-qualityCmaintenanceServes markdown knowledge from a git repository over MCP, providing tools to list, search, and retrieve documents.Last updated
Related MCP Connectors
DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Search and read the StitchAPI docs: search_docs finds relevant sections, get_doc reads a page.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/id-ex/klipper-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server