Provides access to documentation in GitHub repositories, converting them into LLM-friendly prompts through the docs2prompt library
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., "@docs2prompt MCP Serverextract prompts from the React documentation on GitHub"
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.
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)
Clone the repository:
Put this in your MCP client config (Add your path and github access token):
If you need, here are guides to set up MCP for common clients: