AgentHubAgentHub

MCPBundles Hub

MCP ServerMCP Registry官方收录

com.mcpbundles/hub · v1.0.0

Access all your MCPBundles tools in one place. Unified hub for all enabled bundles.

概览

MCPBundles Hub 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "hub": {
      "url": "https://mcp.mcpbundles.com/hub/"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.mcpbundles/hub",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "MCPBundles Hub",
  "description": "Access all your MCPBundles tools in one place. Unified hub for all enabled bundles.",
  "repository": {
    "url": "https://github.com/thinkchainai/mcpbundles",
    "source": "github"
  },
  "homepage": "https://mcpbundles.com",
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0+build.8da55d55/hub.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.mcpbundles.com/hub/"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.mcpbundles/hub",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.mcpbundles%2Fhub/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCPBundles Hub — MCP Server 安装与配置 · AgentHub