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
1# MCP Bundles Hub MCP Server23<p align="center">4 <img src="https://mcpbundles.com/brand/logos/square/logo-square.png" alt="MCP Bundles Logo" width="120" />5</p>67<p align="center">8 <a href="https://mcpbundles.com"><img src="https://img.shields.io/badge/MCP-Compatible-orange?style=flat&logo=ai" alt="MCP Compatible"/></a>9 <a href="https://mcpbundles.com"><img src="https://img.shields.io/badge/Providers-500+-blue?style=flat" alt="500+ Providers"/></a>10 <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>11 <a href="https://docs.mcpbundles.com"><img src="https://img.shields.io/badge/Docs-Available-green?style=flat" alt="Documentation"/></a>12</p>1314> Execute tools from your enabled bundles directly from Claude, Cursor, and other MCP-compatible AI assistants using the Model Context Protocol.1516## Download1718Download the MCPBundles Hub .mcpb file directly:1920**[Download hub.mcpb](https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb)**2122This `.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.2324> **Note**: This repository hosts `.mcpb` files for hundreds of bundles. The link above is specifically for the Hub server. See [all releases](https://github.com/thinkchainai/mcpbundles/releases) to download individual bundle packages.2526## What is MCP Bundles?2728**MCP Bundles** is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP servers, you:29301. **Create bundles** of tools you need (e.g., "Marketing Tools", "Developer Workflow")312. **Connect providers** with secure OAuth or API keys once323. **Use one MCP URL** per bundle - all your tools instantly available3334With 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.3536## What is the Hub MCP Server?3738The **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:3940- **Execute Tools**: Run any tool from your enabled bundles through one interface41- **List Available Tools**: Discover what tools are available across all your bundles42- **Search Tools**: Find tools by name, provider, or capability43- **Check Readiness**: Verify bundle configuration and credential status44- **Get Tool Details**: View parameters, descriptions, and usage for specific tools4546This server is **authenticated** and tied to your MCPBundles account. It aggregates all your bundle tools into one convenient MCP server endpoint.4748## Features4950- **OAuth & API Key Authentication**: Secure access via OAuth login or Bearer token51- **Unified Access**: Execute tools from multiple bundles through one endpoint52- **Tool Discovery**: Search and list all tools you have access to53- **Bundle-Aware Execution**: Tools automatically use the correct credentials for each bundle54- **Readiness Checks**: Verify configuration status before executing tools5556## Documentation5758For comprehensive setup guides and usage instructions:5960- [Model Context Protocol Overview](https://docs.mcpbundles.com/overview/mcp)61- [Setting Up MCP in Cursor](https://docs.mcpbundles.com/how-to/connecting-your-ai#cursor)62- [Setting Up MCP in Claude Desktop](https://docs.mcpbundles.com/how-to/connecting-your-ai#claude-desktop)63- [App-Level Tools Guide](https://docs.mcpbundles.com/how-to/app-level-tools)6465## Quick Start6667### Prerequisites6869- An MCPBundles account (free at [mcpbundles.com](https://mcpbundles.com))70- MCP-compatible client (Claude Desktop, Cursor, etc.)71- Authentication method:72 - **OAuth** (recommended): One-click authentication in Cursor73 - **API Key**: Get from your [dashboard](https://mcpbundles.com/dashboard) for Claude Desktop7475### Setup Methods7677#### Method 1: One-Click Install in Cursor (Recommended)7879Cursor supports direct MCP server installation via URL:80811. Open Cursor Settings → Features → MCP822. Click **"Add Server"**833. Paste this URL: `https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb`844. Authenticate with OAuth when prompted8586#### Method 2: Download & Install .mcpb File87881. **[Download hub.mcpb](https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb)**892. Double-click the `.mcpb` file (Claude Desktop will auto-install)903. Restart Claude Desktop914. Configure authentication (see Manual Configuration below for API key setup)9293#### Method 3: Manual Configuration9495#### Cursor Setup9697Add to your Cursor MCP settings:9899```json100{101 "mcpServers": {102 "mcpbundles-hub": {103 "command": "npx",104 "args": [105 "-y",106 "mcp-remote@latest",107 "https://mcp.mcpbundles.com/hub/",108 "--header",109 "Authorization:Bearer ${ACCESS_TOKEN}"110 ],111 "env": {112 "ACCESS_TOKEN": "your_access_token_here"113 }114 }115 }116}117```118119#### Claude Desktop Setup120121Edit your Claude Desktop config file (Claude menu → Settings → Developer → Edit Config):122123```json124{125 "mcpServers": {126 "mcpbundles-hub": {127 "command": "npx",128 "args": [129 "-y",130 "mcp-remote@latest",131 "https://mcp.mcpbundles.com/hub/",132 "--header",133 "Authorization:Bearer ${ACCESS_TOKEN}"134 ],135 "env": {136 "ACCESS_TOKEN": "your_access_token_here"137 }138 }139 }140}141```142143**Note:** Replace `your_access_token_here` with your actual MCPBundles access token from your dashboard.144145## Example Usage146147Once configured, you can ask your AI assistant:148149### Execute Tools150- "Use the GitHub create_issue tool from my dev-tools bundle"151- "Execute the slack_send_message tool to post an update"152- "Run the notion_create_page tool with title 'Meeting Notes'"153154### Discover Tools155- "What tools are available in my marketing bundle?"156- "List all GitHub tools I have access to"157- "Search for tools related to 'email'"158159### Check Status160- "Check if my dev-tools bundle is ready to use"161- "Show me the parameters for the github_create_issue tool"162- "What bundles do I have enabled?"163164## Available Tools165166The Hub MCP server provides tools with the `mcpbundles_hub_` prefix:167168### Bundle Operations169- `mcpbundles_hub_list_bundles` - List all your bundles170- `mcpbundles_hub_get_bundle` - Get details about a specific bundle171- `mcpbundles_hub_create_bundle` - Create a new bundle172- `mcpbundles_hub_update_bundle` - Update bundle configuration173- `mcpbundles_hub_delete_bundle` - Delete a bundle174175### Credential Management176- `mcpbundles_hub_list_credentials` - List your provider credentials177- `mcpbundles_hub_add_credential` - Add a new provider credential178- `mcpbundles_hub_update_credential` - Update an existing credential179- `mcpbundles_hub_remove_credential` - Remove a credential180181### Provider Discovery182- `mcpbundles_hub_search_providers` - Search available providers183- `mcpbundles_hub_get_provider_info` - Get detailed provider information184- `mcpbundles_hub_list_provider_tools` - List tools for a specific provider185186### Account Management187- `mcpbundles_hub_get_account_info` - View your account details188- `mcpbundles_hub_get_usage_stats` - Check API usage statistics189190## Security191192The Hub MCP server supports two authentication methods:1931941. **OAuth (Recommended)**: Secure browser-based authentication195 - Automatic token refresh196 - Revocable from your dashboard197 - Works seamlessly in Cursor1981992. **API Keys**: Manual Bearer token authentication200 - Generate from your dashboard201 - Ideal for Claude Desktop202 - No expiration (until revoked)203204Your credentials are:205- Encrypted in transit (HTTPS/TLS)206- Never exposed to the AI model207- Stored securely in your MCPBundles account208- Revocable at any time from your dashboard209210**Never share your API keys or include them in public repositories.**211212## How It Works with Your Bundles213214The Hub MCP server is for **managing your account**. Once you create bundles, each bundle gets its own MCP server URL:215216```217https://mcp.mcpbundles.com/bundle/your-bundle-name218```219220**Typical Workflow:**2212221. Use **Hub MCP** to create a bundle: "Create a bundle called 'dev-tools'"2232. Use **Hub MCP** to add providers: "Add GitHub and Slack credentials"2243. Use **Hub MCP** to configure tools: "Enable all GitHub repo tools"2254. Use the **Bundle MCP** (`/bundle/dev-tools`) to actually use the tools: "Create a new GitHub issue"226227## Troubleshooting228229### "401 Unauthorized" Error230- Check that your access token is valid231- Verify the token in your dashboard at [mcpbundles.com/dashboard](https://mcpbundles.com/dashboard)232- Make sure you're using the correct environment variable name233234### Tools Not Appearing235- Restart your AI client after adding the MCP server236- Check that "App-Level Tools" is enabled in your dashboard237- Verify the MCP server URL is correct: `https://mcp.mcpbundles.com/hub/`238239### Connection Timeout240- Ensure you have internet connectivity241- Check if mcpbundles.com is accessible242- Try refreshing your access token243244## Support245246Need help? We're here for you:247248- **Email**: [support@mcpbundles.com](mailto:support@mcpbundles.com)249- **Documentation**: [docs.mcpbundles.com](https://docs.mcpbundles.com)250- **Discord**: [Join our community](https://discord.gg/mcpbundles)251- **Issues**: [Open an issue](https://github.com/thinkchainai/mcpbundles/issues)252253## Related Resources254255### Official Repositories256- [MCPBundles Package Releases](https://github.com/thinkchainai/mcpbundles) - .mcpb bundle files257- [MCPBundles Documentation](https://github.com/thinkchainai/mcp_docs) - Full documentation258- [Agent Interviews MCP](https://github.com/thinkchainai/agentinterviews_mcp) - Our interview platform259260### MCP Resources261- [Model Context Protocol](https://modelcontextprotocol.io/) - Official MCP site262- [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk)263- [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)264- [MCP Servers Repository](https://github.com/modelcontextprotocol/servers)265266## License267268This project is licensed under the MIT License - see the LICENSE file for details.269270---271272<p align="center">273 <strong>Built by <a href="https://thinkchain.ai">ThinkChain Inc</a></strong><br/>274 <a href="https://mcpbundles.com">Website</a> •275 <a href="https://docs.mcpbundles.com">Docs</a> •276 <a href="https://twitter.com/mcpbundles">Twitter</a> •277 <a href="https://reddit.com/r/mcpbundles">Reddit</a>278</p>279
Full transparency — inspect the skill content before installing.