Download the MCPBundles Hub .mcpb file directly: Download hub.mcpb This .mcpb package contains a pre-configured MCP server proxy that connects to the MCPBundles Hub endpoint. Once installed, your AI assistant can discover and execute tools from all your enabled bundles. MCP Bundles is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP s
Add this skill
npx mdskills install thinkchainai/mcpbundlesComprehensive MCP server documentation enabling unified tool execution across 500+ provider integrations

Execute tools from your enabled bundles directly from Claude, Cursor, and other MCP-compatible AI assistants using the Model Context Protocol.
Download the MCPBundles Hub .mcpb file directly:
This .mcpb package contains a pre-configured MCP server proxy that connects to the MCPBundles Hub endpoint. Once installed, your AI assistant can discover and execute tools from all your enabled bundles.
Note: This repository hosts
.mcpbfiles for hundreds of bundles. The link above is specifically for the Hub server. See all releases to download individual bundle packages.
MCP Bundles is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP servers, you:
With 500+ provider integrations including GitHub, Slack, Notion, Google Drive, Salesforce, Stripe, and more, MCP Bundles eliminates the complexity of MCP server management while giving your AI assistant powerful, authenticated access to the services you use every day.
The MCP Bundles Hub MCP Server provides direct access to tools from all your enabled bundles through a single MCP endpoint. Instead of configuring each bundle separately, you can:
This server is authenticated and tied to your MCPBundles account. It aggregates all your bundle tools into one convenient MCP server endpoint.
For comprehensive setup guides and usage instructions:
Cursor supports direct MCP server installation via URL:
https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb.mcpb file (Claude Desktop will auto-install)Add to your Cursor MCP settings:
{
"mcpServers": {
"mcpbundles-hub": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.mcpbundles.com/hub/",
"--header",
"Authorization:Bearer ${ACCESS_TOKEN}"
],
"env": {
"ACCESS_TOKEN": "your_access_token_here"
}
}
}
}
Edit your Claude Desktop config file (Claude menu → Settings → Developer → Edit Config):
{
"mcpServers": {
"mcpbundles-hub": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.mcpbundles.com/hub/",
"--header",
"Authorization:Bearer ${ACCESS_TOKEN}"
],
"env": {
"ACCESS_TOKEN": "your_access_token_here"
}
}
}
}
Note: Replace your_access_token_here with your actual MCPBundles access token from your dashboard.
Once configured, you can ask your AI assistant:
The Hub MCP server provides tools with the mcpbundles_hub_ prefix:
mcpbundles_hub_list_bundles - List all your bundlesmcpbundles_hub_get_bundle - Get details about a specific bundlemcpbundles_hub_create_bundle - Create a new bundlemcpbundles_hub_update_bundle - Update bundle configurationmcpbundles_hub_delete_bundle - Delete a bundlemcpbundles_hub_list_credentials - List your provider credentialsmcpbundles_hub_add_credential - Add a new provider credentialmcpbundles_hub_update_credential - Update an existing credentialmcpbundles_hub_remove_credential - Remove a credentialmcpbundles_hub_search_providers - Search available providersmcpbundles_hub_get_provider_info - Get detailed provider informationmcpbundles_hub_list_provider_tools - List tools for a specific providermcpbundles_hub_get_account_info - View your account detailsmcpbundles_hub_get_usage_stats - Check API usage statisticsThe Hub MCP server supports two authentication methods:
OAuth (Recommended): Secure browser-based authentication
API Keys: Manual Bearer token authentication
Your credentials are:
Never share your API keys or include them in public repositories.
The Hub MCP server is for managing your account. Once you create bundles, each bundle gets its own MCP server URL:
https://mcp.mcpbundles.com/bundle/your-bundle-name
Typical Workflow:
/bundle/dev-tools) to actually use the tools: "Create a new GitHub issue"https://mcp.mcpbundles.com/hub/Need help? We're here for you:
This project is licensed under the MIT License - see the LICENSE file for details.
Built by ThinkChain Inc
Install via CLI
npx mdskills install thinkchainai/mcpbundlesMCP Bundles Hub MCP Server is a free, open-source AI agent skill. Download the MCPBundles Hub .mcpb file directly: Download hub.mcpb This .mcpb package contains a pre-configured MCP server proxy that connects to the MCPBundles Hub endpoint. Once installed, your AI assistant can discover and execute tools from all your enabled bundles. MCP Bundles is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP s
Install MCP Bundles Hub MCP Server with a single command:
npx mdskills install thinkchainai/mcpbundlesThis downloads the skill files into your project and your AI agent picks them up automatically.
MCP Bundles Hub MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.