Make JustCall Work with Your Claude via MCP (or Zapier MCP)
Connect my tools3 min readUpdated 2026-03-14
Make JustCall Work with Your Claude via MCP (or Zapier MCP)
Overview
This guide enables you to set up a Zapier MCP server, connect it to JustCall, and integrate with Claude Desktop. Once configured, you can control JustCall using natural language commands within Claude.
Prerequisites
Before starting, ensure you have:
- A Zapier account with AI Actions access
- JustCall API Key and Secret from your dashboard
- Claude Desktop installed on your machine
Step-by-Step Setup
Step 1: Access Zapier AI Actions Settings
- Navigate to Zapier AI Actions Settings
- Go to Settings > MCP in the left navigation
- Locate the MCP Server URL section
Step 2: Generate Your MCP Server URL
- Click Generate URL
- A secure, unique MCP server endpoint will be created for connecting Zapier with Claude
Step 3: Edit MCP Actions
- Click Edit MCP Actions
- This is where you'll define specific tasks your Claude assistant can perform via Zapier
Step 4: Add a New Action
- Click Add a new action
- You'll be prompted to set up a task Claude can trigger (e.g., find contact, send SMS)
Step 5: Connect Your JustCall Account
- Search for JustCall in the Zapier app search bar
- Select your desired action (Find Contact, Create Contact, Send SMS)
- Click Connect a new JustCall account
- You'll be prompted for your JustCall API Key and Secret
Step 6: Retrieve JustCall API Credentials
- Log into your JustCall dashboard
- Navigate to Settings > Developers
- Copy your API Key and API Secret
- Return to Zapier and paste the credentials
Step 7: Enable the Action
- Review your setup for accuracy
- Click Enable Action to activate the integration
Step 8: Copy Configuration for Claude Desktop
- Return to Zapier AI Actions Settings
- Click Claude Desktop under Quick Start
- Copy the generated JSON snippet
Example format:
{
"mcpServers": {
"zapier-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://actions.zapier.com/mcp/your-unique-id/sse"
]
}
}
}
Note: Replace your-unique-id with your actual Zapier MCP server ID.
Step 9: Update Claude Desktop Configuration
- Open Claude Desktop
- Press
Cmd + ,(macOS) orCtrl + ,(Windows) for Settings - Go to the Developer tab
- Click Edit Config
- Open the
claude_desktop_config.jsonfile - Paste the JSON snippet
- Save and restart Claude Desktop
Step 10: Confirm MCP Connection in Claude
After restarting:
- You should see "MCP tools are available"
- View your enabled actions (e.g.,
justcall_find_contact,justcall_create_contact) - This confirms successful integration
Using Claude to Control JustCall
You can now issue natural language commands like:
- "Create a new contact in JustCall with name Jane Doe and phone number 9876543210"
- "Find a contact in JustCall by phone number 1234567890"
- "Send a text message via JustCall saying 'Thanks for reaching out!'"
Claude will parse these commands and execute the appropriate JustCall action via Zapier's MCP.
Troubleshooting Tips
- MCP Server not recognized? Verify the URL in your JSON snippet
- Action not running in Claude? Confirm the action is enabled in Zapier and your credentials are valid
- Claude not responding? Restart Claude Desktop and verify the MCP connection in the Developer tab
Was this helpful?