MCPHubs logo

MCPHubs

by GiantClam

MCPHubs is a website showcasing projects related to Anthropic's Model Context Protocol (MCP). It uses Next.js to retrieve, analyze, and display MCP-related projects from GitHub.

View on GitHub

Last updated: N/A

What is MCPHubs?

MCPHubs is a web application built with Next.js that aggregates and analyzes GitHub projects related to Anthropic's Model Context Protocol (MCP). It utilizes AI (Google Gemini Pro) to assess project relevance and presents project details, README content, and AI analysis.

How to use MCPHubs?

To use MCPHubs, simply visit the deployed website. To run it locally, clone the repository, install dependencies, configure environment variables (including GitHub API token and Google Cloud credentials), and start the development server using ./start-dev.sh. Access the application in your browser at the specified port.

Key features of MCPHubs

  • Retrieves MCP-related projects from GitHub

  • Uses AI (Google Gemini Pro) to analyze project relevance

  • Displays project lists and detailed information

  • Provides project README content and AI analysis results

  • Environment-adaptive proxy for development and production

  • Responsive design for various devices

Use cases of MCPHubs

  • Discovering and exploring projects related to Anthropic's Model Context Protocol

  • Evaluating the relevance of GitHub projects to MCP

  • Quickly accessing project READMEs and AI-driven analysis

  • Learning about different implementations and use cases of MCP

  • Contributing to the MCP ecosystem by showcasing relevant projects

FAQ from MCPHubs

What is MCP?

MCP stands for Model Context Protocol, a concept from Anthropic.

What AI model is used for analysis?

The project uses Google's Gemini Pro model from Vertex AI for analyzing project relevance.

Do I need a GitHub token to run this?

A GitHub token is recommended to avoid API rate limits, but it's optional.

How do I configure Google Cloud credentials?

You need to create a Google Cloud service account with Vertex AI access and provide the JSON key file.

Can I deploy this to Vercel or Netlify?

Yes, the project is designed to be deployed to platforms like Vercel and Netlify. Ensure you set the required environment variables.