MCP Server Hub
@lrdspc
About MCP Server Hub
Servidor MCP centralizado hospedado no Vercel
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-hub": {
"type": "http",
"url": "https://mcp-server-hub.vercel.app/api/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Hub?
MCP Server Hub is a centralized Model Context Protocol (MCP) server hosted on Vercel. It enables AI models such as Claude and ChatGPT to interact with external services through a unified MCP endpoint. The server currently integrates with GitHub (repositories, issues, pull requests) and web search/URL content retrieval, and is built to be extensible for additional MCP servers.
How to use MCP Server Hub?
Connect any MCP client (Claude Desktop, VS Code, etc.) to the URL https://mcp-server-hub.vercel.app/api/mcp. For local testing, clone the repository, run npm install, create a .env.local file with the required variables, and execute npm run dev — the server will be available at http://localhost:3000/api/mcp. Deploy on Vercel by importing the repo and setting the environment variables GITHUB_TOKEN (required) and SEARCH_API_KEY (optional). Configuration examples in JSON are provided for VS Code and other MCP clients.
Key features of MCP Server Hub
- Centralized MCP server hosted on Vercel
- GitHub integration: repositories, issues, pull requests
- Web search and URL content retrieval
- Extensible architecture for adding new services
- Works with any MCP‑compatible client
- Supports local development and testing
Use cases of MCP Server Hub
- Search GitHub repositories and inspect code
- Create and manage GitHub issues programmatically
- Fetch and summarize content from web URLs
- Combine multiple external service calls in a single AI assistant session
FAQ from MCP Server Hub
What services are currently implemented?
GitHub MCP (repositories, issues, pull requests) and Web MCP (web search, URL content). The structure is extensible to add more MCP services.
How do I configure MCP Server Hub in VS Code?
Open VS Code settings, add the following to your JSON configuration: { "mcp": { "servers": { "github": { "url": "https://mcp-server-hub.vercel.app/api/mcp" } } } }.
What environment variables are required?
GITHUB_TOKEN is required (a GitHub personal access token with proper permissions). SEARCH_API_KEY is optional, depending on the search provider used.
Can I run MCP Server Hub locally?
Yes. Clone the repository, run npm install, create a .env.local file with the required variables, then run npm run dev. The server will be available at http://localhost:3000/api/mcp.
How do I deploy MCP Server Hub to Vercel?
Fork the repository, import it into Vercel as a new project, set the environment variables (GITHUB_TOKEN and optionally SEARCH_API_KEY), and click Deploy. The resulting URL becomes your MCP endpoint.
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments