
MCP Documentation Server
A server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.
README
MCP Documentation Server
This project serves documentation for various applications using the Model Context Protocol (MCP). It demonstrates how to organize and expose documentation content, including quickstart guides and code examples, via MCP tools.
📚 Documentation Structure
Application documentation is organized under the content/
directory. For the XYZ application, content is located in content/xyz/
and includes:
quickstart.md
: A quickstart guide for integrating with the XYZ application.code_examples.md
: Various code examples demonstrating how to use the XYZ application with MCP tools.
🛠️ MCP Tools
MCP tools are defined in app/mcp/mcp_routes.py
to expose the documentation content:
quickstart
: Provides the quickstart guide for a specified application.code_examples
: Provides code examples for a specified application.
⚙️ Setup Instructions
-
Initialize the environment
uv init uv venv source .venv/bin/activate uv pip install fastapi uvicorn openai fastmcp uvicorn app.main:app
-
Start the application server
Run the provided start script:
chmod +x scripts/start.sh ./scripts/start.sh
Connect to MCP Server using Claude Desktop
To connect Claude Desktop to this MCP documentation server, you need to add a new server configuration in Claude's settings.
- Open Claude Desktop settings.
- Navigate to the 'Developer' section.
- Under 'MCP Server Configs', add the following JSON configuration:
{
"AppDocsServer": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8000/mcp-app-docs-server/mcp"
]
}
}
- Save the settings. Claude Desktop should now be able to discover and use the tools provided by this server.
Running the MCP Inspector
To test and inspect the MCP tools exposed by this server, you can use the MCP inspector tool. Run the following command in your terminal:
npx @modelcontextprotocol/inspector node build/index.js
This will start the inspector, allowing you to interact with the quickstart
and code_examples
tools provided by this server.
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
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.