gitbook-mcp and github-repo-mcp
Both are Model Context Protocol (MCP) servers, but one (`github-repo-mcp`) is designed to expose GitHub repository data, while the other (`gitbook-mcp`) exposes GitBook's API, making them ecosystem siblings that cater to different data sources within a similar technical framework.
About gitbook-mcp
rickysullivan/gitbook-mcp
A Model Context Protocol (MCP) server that provides access to GitBook's API for AI assistants and LLM applications.
Exposes 12 content management tools (organization/space/collection discovery, full-text search, page retrieval in markdown or document formats) and 6 AI prompts for documentation workflows. Implements stdio transport for direct integration with Claude Desktop, VS Code Copilot, and JetBrains IDEs via standard MCP configuration. Supports optional organization and space filtering through CLI arguments or environment variables for scoped API access.
About github-repo-mcp
Ryan0204/github-repo-mcp
Model Context Protocol server for Github Repo // Reading Github Repo
Exposes three tools—`getRepoAllDirectories`, `getRepoDirectories`, and `getRepoFile`—enabling AI assistants to browse public GitHub repositories and retrieve file contents through the Model Context Protocol. Uses stdio transport for integration with MCP clients (Cursor, Claude Desktop, Windsurf) and supports optional GitHub token authentication to increase API rate limits beyond the unauthenticated 60-request/hour threshold.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work