claude-mcp
If you are the rightful owner of claude-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A powerful server-based tooling system designed to extend Claude's code generation capabilities with access to the latest documentation and resources.
Claude MCP is a modular server that hosts tools to enhance Claude's ability to work with modern frameworks and libraries. By providing Claude with access to up-to-date documentation and APIs, it ensures that generated code always follows the latest best practices and utilizes the most recent features. The system can be deployed in two main modes: Personal Mode, which runs locally on your machine to enhance your own Claude Code experience, and Shared Mode, which can be deployed as a service that can be accessed by multiple users or teams. You can add your own custom tools or use those contributed by the community.
Features
- Documentation Fetcher: Discovers, fetches, and processes the latest documentation for frameworks and libraries.
- Version Detection: Automatically detects the latest version from npm, PyPI, or GitHub.
- Documentation Scraping: Uses headless browsers to scrape official documentation sites.
- Content Processing: Extracts relevant content and converts to structured formats (JSON/Markdown).
- API Reference Handling: Separately processes API documentation for comprehensive coverage.