MCP Server for docs2prompt
docs2prompt is a python library and line tool developed by Reza Tabrizi that turns documentation in github repositories or hosted on dedicated websites into LLM-friendly prompts.
This repository contains an MCP server that wraps docs2prompt for use by any MCP client (Cursor, Claude, Windsurf, etc).
Run Server (Development)
- Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
- Clone the repository:
git clone https://github.com/Melbourneandrew/docs2prompt-mcp
- Put this in your MCP client config (Add your path and github access token):
{
"mcpServers": {
"docs2prompt": {
"command": "uv",
"args": [
"--directory",
"/YOUR/LOCAL/PATH/docs2prompt-mcp/src",
"run",
"main.py"
],
"env": {
"GITHUB_TOKEN": ""
}
}
}
}
If you need, here are guides to set up MCP for common clients:
- Cursor
- Claude Desktop
docs2prompt
Project Details
- Melbourneandrew/docs2prompt-mcp
- Apache License 2.0
- Last Updated: 3/21/2025
Recomended MCP Servers
MCP Server for running Bruno Collections
Network-Plugins
MCP server for interacting with Apache Iceberg catalog from Claude, enabling data lake discovery and metadata search through...
A Serper MCP Server
A Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar...
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.
Stdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' `smolagents` framework. The runtime combines the ease...
Gaggiuino MCP server





