Documentation MCP Server
About
An MCP server for accessing updated documentation of popular libraries
Details
- Author
- SubaashNair
- GitHub stars
- 2
- Downloads
- 475
- Categories
- Knowledge Base, Developer Tools
Jump to
- Documentation aggregation from various library sources
- Search functionality across all or specific libraries
- Version management for accessing different library versions
- Automatic updates by regularly fetching the latest documentation
- Programmatic API access to documentation
- Interactive web interface for browsing documentation
Install via the installation script, Docker, or manual setup. After installation, access the web interface at http://localhost:3000. Use the RESTful API for programmatic access, for example: curl -X GET "http://localhost:3000/api/search?q=useState&library=react".
Documentation MCP Server
A server for developers to access updated documentation of their favorite libraries.
Overview
This MCP (Model-Controller-Presenter) server provides a unified interface for accessing documentation from various libraries. It aggregates documentation from multiple sources, allows for search across all libraries, and ensures developers have access to the most up-to-date information.
<div align="center">
</div>
Features
- Documentation Aggregation: Collects documentation from various library sources
- Search Functionality: Search across all libraries or filter by specific libraries
- Version Management: Access documentation for different versions of libraries
- Automatic Updates: Regular fetching of the latest documentation
- API Access: Programmatic access to documentation through an API
- Interactive UI: Web interface for browsing documentation
Quick Installation
Using Installation Script
The easiest way to get started:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





