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:
- 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 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:
- 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.
- 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
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
- 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
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
- 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)
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:
- "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'"
- "What tools are available in my marketing bundle?"
- "List all GitHub tools I have access to"
- "Search for tools related to 'email'"
- "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?"
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 bundle
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
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
mcpbundles_hub_get_account_info- View your account detailsmcpbundles_hub_get_usage_stats- Check API usage statistics
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.
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"
- Check that your access token is valid
- Verify the token in your dashboard at mcpbundles.com/dashboard
- Make sure you're using the correct environment variable name
- 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/
- Ensure you have internet connectivity
- Check if mcpbundles.com is accessible
- Try refreshing your access token
Need help? We're here for you:
- Email: [email protected]
- Documentation: docs.mcpbundles.com
- Discord: Join our community
- Issues: Open an issue
- MCPBundles Package Releases - .mcpb bundle files
- MCPBundles Documentation - Full documentation
- Agent Interviews MCP - Our interview platform
- Model Context Protocol - Official MCP site
- MCP Python SDK
- MCP TypeScript SDK
- MCP Servers Repository
This project is licensed under the MIT License - see the LICENSE file for details.
Built by ThinkChain Inc
Website •
Docs •
Twitter •
Reddit
