Available on Copilot Pro and Microsoft 365 Copilot plans.
Make
In your Make scenario, add an MCP module (search "MCP" in the module list)
Click "Add" to create a new MCP connection
Paste the MCP Server URL from above and save
The module will discover PracticPro tools automatically
Tip: Use Make to automate workflows like "When a new form is submitted, create a contact and job in PracticPro."
Zapier
In your Zap, add an MCP action step (search "MCP" in the app list)
Click "Connect a new account" and paste the MCP Server URL from above
Choose the PracticPro tool you want to use (navigate, submit, etc.)
Map your trigger data to the tool inputs and publish
Tip: Combine with triggers like "New Google Form response" or "New email" to auto-create PracticPro contacts, jobs, or send texts.
N8N
In your N8N workflow, add the MCP Client Tool node (under AI - Tools)
In the node settings, paste the MCP Server URL into the SSE Endpoint field
Connect the MCP Client Tool node to your AI Agent node's Tool input
The AI agent will discover and call PracticPro tools automatically
Tip: Attach an LLM (OpenAI, Anthropic, etc.) to the Agent's Model input, and the MCP Client Tool to the Tool input. The agent will use PracticPro tools based on your prompts.
Raycast
Open Raycast and go to Settings - Extensions
Search for MCP and install the MCP extension (if not already installed)
In the extension settings, add a new server with the MCP Server URL from above
Open Raycast AI Chat and say "Connect me to PracticPro"
Raycast is a Mac productivity app. Requires Raycast Pro for AI features.
Claude Code
Open your terminal and run the command below to add the MCP server
Restart Claude Code or start a new session
Say "Connect me to PracticPro" to get started
claude mcp add practicpro https://mcp.practicpro.com/mcp
Cursor
Open Cursor and go to Settings
Navigate to Tools & MCP and click "Add new MCP server"
Enter a name (e.g. "PracticPro"), set transport to HTTP, and paste the URL
In a new chat, use Agent mode and say "Connect me to PracticPro"
You will authenticate with your PracticPro username and verification code. Same security as the web app - your AI assistant has the same permissions as you.