claude-mcp
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.
MCP Tools
- {'Documentation Fetcher': 'Discovers, fetches, and processes the latest documentation for frameworks and libraries.'}
Usage with Different Platforms
Personal/Local Use
For personal use, simply run the server locally. No authentication or rate limiting is applied by default.
Shared Team Server
For a shared server within a team, you might want basic authentication.
Public Deployment
For a public-facing service, enable all security features.
Docker Deployment
You can also run the MCP server using Docker.
Dual Deployment
You can run both a local instance for personal tools and connect to a shared instance.
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.