mcp-docs-server
Serves Markdown documentation as an MCP server, enabling AI agents to answer questions from your content. Supports local, npm, and Cloudflare deployment with reusable prompts and resources.
README
mcp-docs-server
Share your knowledge as an MCP server.
Have Markdown files (knowledge) you want to share across workspaces or your company? Run them as an MCP docs server so agents can answer directly from your content.
Make your Markdown docs feel alive in coding agents like Cursor and Claude. Add reusable prompt templates to guide users through common workflows. Expose any file type (JSON, images, configs) as browsable MCP resources. When you're ready to roll it out to your team, publish as an npm package for consistent installs—everyone gets the same version with zero extra setup.
Inspired by Mastra’s excellent Mastra Docs Server, which shows how powerful doc-focused MCP servers can be.
If you're using Cursor, click "Add to Cursor" below to add the mcp-docs-server documentation with one click.
<!-- Primary CTA: Add to Cursor --> <a href="https://cursor.com/en-US/install-mcp?name=mcp-docs-server&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBjaXJjbGVzYWMvbWNwLWRvY3Mtc2VydmVyIl19"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/deeplink/mcp-install-light.svg" /> <img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add to Cursor" /> </picture> </a>
Or add this configuration to your MCP server settings:
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": ["-y", "@circlesac/mcp-docs-server"]
}
}
}
Get started
To get up and running quickly, start with the Getting Started guide. It walks through the simple two-file setup and overview of all three deployment modes.
Three ways to serve your docs
- Local STDIO - Use
servefor local development - npm Package - Use
publishto distribute via npm - Cloudflare Worker - Use
cloudflarefor remote deployment
See the Commands Overview for a comparison and detailed guides. For configuration options, see the Configuration Reference. Learn how to create reusable prompt templates for common workflows. Expose any file type as browsable resources. Full documentation: docs/index.md.
Contributing
See CONTRIBUTING.md for local setup, testing, and release notes.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.