
docs2prompt
Transform documentation from GitHub repositories or dedicated websites into LLM-friendly prompts. Enhance your LLM applications by seamlessly integrating documentation as prompts for better context and understanding.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the docs2prompt MCP server manually.
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)
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:
Details:
Stars
0Forks
0Last commit
3 months agoRepository age
3 monthsLicense
Apache-2.0
Auto-fetched from GitHub .
MCP servers similar to docs2prompt:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit