Claude Desktop MCP Setup
Connect MCPBundles MCP servers to Claude Desktop to give Claude access to real-world tools and APIs.
Requirements
- Claude Desktop app (download from Anthropic)
- An MCP server enabled in your MCPBundles dashboard
- Credentials connected for the providers on that MCP server
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 MCP servers, 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 MCP server URL
- Log in to MCPBundles Dashboard
- Open the MCP server you want to connect
- Scroll to the "Quick Setup" section (only visible when the MCP server 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 MCP server display name (e.g., "Marketing Automation")
- URL: Your MCPBundles MCP server 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 MCP server
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 the MCP server is disabled.
Fix:
- Verify URL copied correctly (including
https://) - Confirm the MCP server is enabled in the dashboard
- Try removing and re-adding the connector
- Restart Claude Desktop
"Authentication required" when calling tools
Cause: Provider credentials not connected.
Fix:
- Go to Settings → Credentials
- 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
-
MCP server disabled
- Dashboard → MCP servers → enable your MCP server
-
App needs restart
- Quit Claude Desktop completely
- Reopen and wait 30 seconds
Tool fails with "Insufficient permissions"
Cause: OAuth scopes missing.
Fix:
- Settings → Credentials → find [Provider] and expand it
- Click Reconnect
- Approve ALL permissions in OAuth flow
- Try tool again
See Scope Mismatch.
Configuration Details
Connector Settings
| Field | Value | Notes |
|---|---|---|
| Name | Your MCP server display 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
MCP server readiness
Claude can only use tools from MCP servers with valid credentials:
- Ready (with "Credentials valid" subtext) — all providers configured and working
- Setup Required (needs provider configuration for some tools)
If your MCP server shows "Connection Error":
- Go to Dashboard → MCP servers → your MCP server
- 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 MCP servers
Add multiple MCP servers:
- Add each as a separate connector
- All tools from all MCP servers 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 MCP servers — Explore available MCP servers
- 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