mcp-hub
Connect your AI assistant to your Telegram. Browse chats, read and summarize messages.
MCP Hub provides a unified REST API and web UI for managing multiple MCP servers, allowing users to easily control and monitor their server environments. It also offers a single endpoint for MCP clients to access all server capabilities, simplifying the connection process for users. This dual-interface approach enhances the usability and functionality of MCP servers, making it easier to integrate and manage various server instances.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-hub": {
"args": [
"mcp-remote",
"https://mcp.ai.church/mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions