Mcpbundles — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcpbundles (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="https://mcpbundles.com/brand/logos/square/logo-square.png" alt="MCP Bundles Logo" width="120" /> </p>
<p align="center"> <a href="https://mcpbundles.com"><img src="https://img.shields.io/badge/MCP-Compatible-orange?style=flat&logo=ai" alt="MCP Compatible"/></a> <a href="https://mcpbundles.com"><img src="https://img.shields.io/badge/Providers-500+-blue?style=flat" alt="500+ Providers"/></a> <a href="https://github.com/thinkchainai/mcpbundles/releases/latest"><img src="https://img.shields.io/badge/Download-.mcpb-success?style=flat" alt="Download .mcpb"/></a> <a href="https://docs.mcpbundles.com"><img src="https://img.shields.io/badge/Docs-Available-green?style=flat" alt="Documentation"/></a> </p>
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:
[Download hub.mcpb](https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/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.
Note: This repository hosts .mcpb files 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:
#### Method 1: One-Click Install in Cursor (Recommended)
Cursor supports direct MCP server installation via URL:
https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb#### Method 2: Download & Install .mcpb File
.mcpb file (Claude Desktop will auto-install)#### 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.
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:
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-nameTypical 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.
<p align="center"> <strong>Built by <a href="https://thinkchain.ai">ThinkChain Inc</a></strong><br/> <a href="https://mcpbundles.com">Website</a> • <a href="https://docs.mcpbundles.com">Docs</a> • <a href="https://twitter.com/mcpbundles">Twitter</a> • <a href="https://reddit.com/r/mcpbundles">Reddit</a> </p>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.