Claude Desktop MCP Setup
Connect your MCP bundles to Claude Desktop to give Claude access to real-world tools and APIs.
Requirements
- Claude Desktop app (download from Anthropic)
- A bundle enabled in your MCPBundles dashboard
- Credentials connected for providers in your bundle
Time to complete: 2-3 minutes
Option A: CLI Setup (Recommended)
If you have terminal access, the fastest way to connect is via the MCPBundles CLI:
pip install mcpbundles
mcpbundles init
This automatically discovers your bundles, writes the Claude Desktop MCP config, and handles authentication. No manual JSON editing needed.
After running mcpbundles init, restart Claude Desktop and your tools will be available.
Want more control? Use mcpbundles tools to browse available tools, or mcpbundles call <tool-name> to test a tool directly from your terminal.
Option B: Manual Setup
Step-by-Step Setup
1. Get Your Bundle URL
- Log in to MCPBundles Dashboard
- Click on the bundle you want to use
- Scroll to the "Quick Setup" section (only visible when bundle is operational)
- Copy the MCP Server URL
2. Open Claude Desktop Settings
- Open Claude Desktop app
- Click the settings icon (gear or menu)
- Navigate to Connectors or Integrations
3. Add Custom Connector
-
Click "Add custom connector" or "+ New"
-
Fill out the form:
- Name: Your bundle name (e.g., "Marketing Automation")
- URL: Your bundle URL from step 1
- Type: HTTP/HTTPS (if asked)
-
Click Save or Add
4. Test the Connection
- Start a new conversation in Claude Desktop
- Ask: "What tools do you have access to?"
- Claude should list all tools from your bundle
Example response:
"I have access to the following tools:
- list_campaigns - Get email campaigns
- create_contact - Add new contact
- send_message - Send Slack message ..."
Using Tools in Claude Desktop
Once connected, Claude can automatically use your tools when relevant.
Example Prompts
Marketing analytics:
"Check my Smartlead campaigns and tell me which has the best performance"
CRM management:
"Add these 5 people to HubSpot:
- John Doe, john@example.com, CEO
- Jane Smith, jane@example.com, CTO
..."
Workflow automation:
"Check my GitHub repos, find any with open PRs, and send me a summary via Slack"
Claude will call the necessary tools, get data, and respond.
Troubleshooting
"Connector not responding"
Cause: URL is invalid or bundle is disabled.
Fix:
- Verify URL copied correctly (including
https://) - Check bundle is enabled in dashboard
- Try removing and re-adding the connector
- Restart Claude Desktop
"Authentication required" when calling tools
Cause: Provider credentials not connected.
Fix:
- Go to Dashboard → Providers
- Find the provider for that tool
- Click Connect and complete OAuth or enter API key
- Try the tool again in Claude Desktop
See Provider Credentials Guide.
Tools disappeared after working
Cause: Connector was removed or Claude Desktop lost the configuration.
Fix:
- Settings → Connectors
- Check if your connector is still listed
- If missing, add it again (steps 2-3 above)
- If present, verify the URL is correct
Claude says "I don't have access to tools"
Possible causes:
-
Connector not added
- Follow steps 2-3 to add the connector
-
Bundle disabled
- Dashboard → Bundles → Enable your bundle
-
App needs restart
- Quit Claude Desktop completely
- Reopen and wait 30 seconds
Tool fails with "Insufficient permissions"
Cause: OAuth scopes missing.
Fix:
- Dashboard → Providers → [Provider]
- Click Reconnect
- Approve ALL permissions in OAuth flow
- Try tool again
See Scope Mismatch.
Configuration Details
Connector Settings
| Field | Value | Notes |
|---|---|---|
| Name | Your bundle name | Displayed in tool calls |
| URL | https://mcp.mcpbundles.com/... | From dashboard, must include https:// |
| Type | HTTP/HTTPS | If asked, select this |
Limitations
Claude Desktop Constraints
- One conversation context: Tools available in the current conversation
- Network required: Tools need internet access
- Rate limits: External API rate limits apply
Bundle Readiness
Claude can only use tools from bundles with valid credentials:
- Ready (with "Credentials valid" subtext) - all providers configured and working
- Setup Required (needs provider configuration for some tools)
If bundle shows "Connection Error":
- Go to Dashboard → Bundles → Your bundle
- Scroll to the "Credentials" section
- Find provider cards showing "Error" badges or marked "Not configured"
- Click "Add Credential" (or "Edit" if credential exists) on affected provider cards
- Add or update credentials in the credential panel
- Select validation tool and click "Validate Now"
- Restart Claude Desktop after credentials are verified
Advanced Tips
Multiple Bundles
Add multiple bundles:
- Add each as a separate connector
- All tools from all bundles will be available
- Claude will choose the right tools based on context
Tool Call Visibility
Claude Desktop shows when it's calling tools:
- Tool name appears in the UI
- You can see parameters being passed
- Results are incorporated into the response
Useful for debugging tool behavior.
Next Steps
- Browse Bundles - Explore available bundles
- Connect Credentials - Set up authentication
- Troubleshooting - Fix issues
- FAQ - Common questions
Need Help?
- Not working? See Troubleshooting
- Questions? Check the FAQ
- Support: Email help@mcpbundles.com