MCP Server Hub
Overview
MCP Server Hub is a platform that extends AI assistants with thousands of capabilities through Model Context Protocol (MCP) servers, allowing users to browse, discover, and implement MCP servers to enhance AI functionality.
To use MCP Server Hub, install the necessary dependencies using pnpm, start the frontend and backend servers, and access the API documentation for integration details.
- MCP Server Directory: Browse and discover thousands of MCP servers. - Standardized Protocol: Consistent API for connecting AI models to external tools. - Easy Integration: Simple process for developers to add functionality to AI tools. - Open Ecosystem: Join a growing community of developers extending AI capabilities.
- Enhancing AI applications with additional functionalities through MCP servers.
- Facilitating the development of AI tools by providing a standardized protocol.
- Building a community-driven platform for AI developers to share and implement new features.
Add to your AI client
Use these steps to connect MCP Server Hub in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-hub-weetime": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-hub-weetime"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-hub-weetime": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-hub-weetime"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-hub-weetime": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-hub-weetime"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-hub-weetime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-hub-weetime"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-hub-weetime": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-hub-weetime"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-hub-weetime": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-hub-weetime"
]
}
}
}FAQ
What are the prerequisites for using MCP Server Hub?
You need Node.js >= 16, pnpm >= 7, and PostgreSQL.
How do I contribute to the project?
Fork the repository, create a feature branch, commit your changes, and open a Pull Request.
Is there documentation available for the API?
Yes, once the backend server is running, you can access the Swagger API documentation at http://localhost:4000/api/docs.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3304,"uuid":"65320d1b-80d6-4429-97dd-6285fb143124","name":"mcp-server-hub","title":"MCP Server Hub","description":"","avatar_url":"https://avatars.githubusercontent.com/u/8436592?v=4","created_at":"2025-03-18T17:21:06.055+00:00","updated_at":"2025-03-18T17:28:19.09+00:00","status":"created","author_name":"weetime","author_avatar_url":"https://avatars.githubusercontent.com/u/8436592?v=4","tags":"mcp-server-hub,ai-assistant,mcp-servers","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/weetime/mcp-server-hub","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 23:16:20\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]