Unify 500+ App Integrations for AI Assistants
MCP Bundles Hub gives Claude and Cursor one authenticated MCP endpoint to manage 1,500+ provider tools via bundles.
uk-public-services-hAdd to Favorites
Why it matters
Empower AI assistants to seamlessly interact with over 500 services, including GitHub, Slack, and Salesforce, through a single, unified access point.
Outcomes
What it gets done
Access and manage tools across diverse applications like Notion, Google Drive, and Stripe.
Automate tasks by executing provider-specific functions via a central hub.
Discover and list available tools and providers for enhanced AI capabilities.
Manage credentials and bundles for streamlined integration.
Source
Get it from source
Spark does not host a copy of it.
Open sourceReports
Agent outcome reports
No reports yet
Capabilities
Tools your agent gets
Get a list of all your bundles
Get details of a specific bundle
Create a new bundle
Update a bundle configuration
Delete a bundle
Get a list of your provider credentials
Add new provider credentials
Update existing credentials
Overview
MCP Bundles Hub MCP Server
MCP Bundles Hub is an authenticated MCP server that manages bundles of provider integrations, including GitHub, Slack, Notion, and Stripe, for Claude Desktop, Cursor, and other MCP clients. It handles bundle creation, credential management, and tool discovery through a single endpoint, while each bundle's actual tools run from its own dedicated MCP URL. Use it when you want one place to manage multiple provider connections instead of configuring a separate MCP server per tool. Set up bundles and credentials here first, then call the bundle's own MCP endpoint to execute its tools.
What it does
The MCP Bundles Hub MCP Server gives an MCP-compatible AI assistant (Claude Desktop, Cursor) one authenticated endpoint that aggregates tools from every bundle enabled in an MCPBundles account. Instead of configuring a separate MCP server for each provider like GitHub, Slack, Notion, Google Drive, Salesforce, or Stripe, a user connects each provider once inside a bundle with OAuth or an API key, and the Hub server exposes execute, list, search, readiness-check, and tool-detail lookups across all of them through a single mcpbundles_hub_ tool namespace. MCPBundles advertises access to 1,500+ provider integrations. The project is MIT licensed.
When to use - and when NOT to
Use the Hub server for account-level management: creating and updating bundles, adding or removing provider credentials, searching for available providers, and checking bundle readiness before a workflow runs. It is also how an assistant discovers what tools exist across bundles, via mcpbundles_hub_list_bundles and mcpbundles_hub_search_providers. Do NOT use the Hub server to actually execute a tool that lives inside a specific bundle - once a bundle exists, its tools are served from a separate per-bundle MCP endpoint at https://mcp.mcpbundles.com/bundle/<bundle-name>, and that bundle endpoint, not the Hub, is what an assistant calls to run something like create_issue or send_message.
Capabilities
- Execute any tool from an enabled bundle through one interface
- List and search available tools by name, provider, or capability
- Bundle operations: list, get, create, update, delete
- Credential management: list, add, update, remove per-provider credentials
- Provider discovery: search providers, get provider info, list a provider's tools
- Account management: view account details and usage statistics
- Readiness checks that verify bundle configuration and credential status before execution
How to install
npx -y mcp-remote@latest https://mcp.mcpbundles.com/hub/ --header Authorization:Bearer ${ACCESS_TOKEN}
This is the command inside the manual configuration for Cursor and Claude Desktop; replace the placeholder token with an access token generated from the MCPBundles dashboard. Cursor also supports one-click install by pasting the hosted .mcpb download URL into Settings, Features, MCP, and Claude Desktop can auto-install by double-clicking a downloaded .mcpb file. Authentication is OAuth (recommended, browser-based, with automatic token refresh) or a Bearer API key generated from the dashboard; credentials are described as encrypted in transit and never exposed to the AI model.
Who it's for
Teams and individuals who already juggle multiple MCP servers for different SaaS tools and want one authenticated hub to manage bundles, credentials, and provider connections, rather than hand-configuring a separate MCP server entry per provider. Fits Claude Desktop and Cursor users who want to group tools - for example a marketing bundle or a developer-workflow bundle - behind a single OAuth or API-key login, then hand each bundle's own MCP URL to the assistant for execution.
Source README
MCP Bundles Hub MCP Server
Execute tools from your enabled bundles directly from Claude, Cursor, and other MCP-compatible AI assistants using the Model Context Protocol.
Download
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.
What is MCP Bundles?
MCP Bundles is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP servers, you:
- Create bundles of tools you need (e.g., "Marketing Tools", "Developer Workflow")
- Connect providers with secure OAuth or API keys once
- Use one MCP URL per bundle - all your tools instantly available
With 1,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.
What is the Hub MCP Server?
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:
- Execute Tools: Run any tool from your enabled bundles through one interface
- List Available Tools: Discover what tools are available across all your bundles
- Search Tools: Find tools by name, provider, or capability
- Check Readiness: Verify bundle configuration and credential status
- Get Tool Details: View parameters, descriptions, and usage for specific tools
This server is authenticated and tied to your MCPBundles account. It aggregates all your bundle tools into one convenient MCP server endpoint.
Features
- OAuth & API Key Authentication: Secure access via OAuth login or Bearer token
- Unified Access: Execute tools from multiple bundles through one endpoint
- Tool Discovery: Search and list all tools you have access to
- Bundle-Aware Execution: Tools automatically use the correct credentials for each bundle
- Readiness Checks: Verify configuration status before executing tools
Documentation
For comprehensive setup guides and usage instructions:
- Model Context Protocol Overview
- Setting Up MCP in Cursor
- Setting Up MCP in Claude Desktop
- App-Level Tools Guide
Quick Start
Prerequisites
- An MCPBundles account (free at mcpbundles.com)
- MCP-compatible client (Claude Desktop, Cursor, etc.)
- Authentication method:
- OAuth (recommended): One-click authentication in Cursor
- API Key: Get from your dashboard for Claude Desktop
Setup Methods
Method 1: One-Click Install in Cursor (Recommended)
Cursor supports direct MCP server installation via URL:
- Open Cursor Settings → Features → MCP
- Click "Add Server"
- Paste this URL:
https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb - Authenticate with OAuth when prompted
Method 2: Download & Install .mcpb File
- Download hub.mcpb
- Double-click the
.mcpbfile (Claude Desktop will auto-install) - Restart Claude Desktop
- Configure authentication (see Manual Configuration below for API key setup)
Method 3: Manual Configuration
Cursor Setup
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"
}
}
}
}
Claude Desktop Setup
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.
Example Usage
Once configured, you can ask your AI assistant:
Execute Tools
- "Use the GitHub create_issue tool from my dev-tools bundle"
- "Execute the slack_send_message tool to post an update"
- "Run the notion_create_page tool with title 'Meeting Notes'"
Discover Tools
- "What tools are available in my marketing bundle?"
- "List all GitHub tools I have access to"
- "Search for tools related to 'email'"
Check Status
- "Check if my dev-tools bundle is ready to use"
- "Show me the parameters for the github_create_issue tool"
- "What bundles do I have enabled?"
Available Tools
The Hub MCP server provides tools with the mcpbundles_hub_ prefix:
Bundle Operations
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 bundle
Credential Management
mcpbundles_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 credential
Provider Discovery
mcpbundles_hub_search_providers- Search available providersmcpbundles_hub_get_provider_info- Get detailed provider informationmcpbundles_hub_list_provider_tools- List tools for a specific provider
Account Management
mcpbundles_hub_get_account_info- View your account detailsmcpbundles_hub_get_usage_stats- Check API usage statistics
Security
The Hub MCP server supports two authentication methods:
OAuth (Recommended): Secure browser-based authentication
- Automatic token refresh
- Revocable from your dashboard
- Works seamlessly in Cursor
API Keys: Manual Bearer token authentication
- Generate from your dashboard
- Ideal for Claude Desktop
- No expiration (until revoked)
Your credentials are:
- Encrypted in transit (HTTPS/TLS)
- Never exposed to the AI model
- Stored securely in your MCPBundles account
- Revocable at any time from your dashboard
Never share your API keys or include them in public repositories.
How It Works with Your Bundles
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:
- Use Hub MCP to create a bundle: "Create a bundle called 'dev-tools'"
- Use Hub MCP to add providers: "Add GitHub and Slack credentials"
- Use Hub MCP to configure tools: "Enable all GitHub repo tools"
- Use the Bundle MCP (
/bundle/dev-tools) to actually use the tools: "Create a new GitHub issue"
Troubleshooting
"401 Unauthorized" Error
- Check that your access token is valid
- Verify the token in your dashboard at mcpbundles.com/w
- Make sure you're using the correct environment variable name
Tools Not Appearing
- Restart your AI client after adding the MCP server
- Check that "App-Level Tools" is enabled in your dashboard
- Verify the MCP server URL is correct:
https://mcp.mcpbundles.com/hub/
Connection Timeout
- Ensure you have internet connectivity
- Check if mcpbundles.com is accessible
- Try refreshing your access token
Related Resources
Official Repositories
- MCPBundles Package Releases - .mcpb bundle files
- MCPBundles Documentation - Full documentation
MCP Resources
- Model Context Protocol - Official MCP site
- MCP Python SDK
- MCP TypeScript SDK
- MCP Servers Repository
FAQ
Common questions
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.