PracticPro
AI Assistant
Your MCP Server URL
https://mcp.practicpro.com/mcp
Claude
  1. Open Claude (web or desktop app) and go to Settings
  2. Go to Connectors and click "Add custom connector"
  3. Paste the MCP Server URL from above and click "Add"
  4. Start a new chat and say "Connect me to PracticPro"
Open Claude Settings

Works on claude.ai and the Claude desktop app. Available on Pro, Max, Team, and Enterprise plans.

ChatGPT
  1. Click the button below to open ChatGPT's Apps settings
  2. Click "New App", enter PracticPro as the name, and paste the MCP Server URL from above
  3. Set Authentication to "OAuth", check the acknowledgment box, and click "Create"
  4. Start a new chat and say "Connect me to PracticPro" - ChatGPT will open a secure login page
  5. Enter your PracticPro username, then the verification code sent to your phone/email
Open ChatGPT Apps

Available on Plus, Pro, Team, Enterprise, and Edu plans. Team/Enterprise workspace admins may need to enable custom apps in workspace settings first.

Google Gemini
  1. Open Gemini and go to Settings - Extensions
  2. Click "Add Extension" and choose MCP Server
  3. Enter PracticPro as the name and paste the MCP Server URL from above
  4. Start a new chat and say "Connect me to PracticPro"
Open Gemini Settings

Available on Gemini Advanced (Google One AI Premium) plans.

Microsoft Copilot
  1. Open Microsoft Copilot and go to Settings - Plugins
  2. Click "Add plugin" and choose MCP Server
  3. Enter PracticPro as the name and paste the MCP Server URL from above
  4. Start a new chat and say "Connect me to PracticPro"
Open Microsoft Copilot

Available on Copilot Pro and Microsoft 365 Copilot plans.

Make
  1. In your Make scenario, add an MCP module (search "MCP" in the module list)
  2. Click "Add" to create a new MCP connection
  3. Paste the MCP Server URL from above and save
  4. 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
  1. In your Zap, add an MCP action step (search "MCP" in the app list)
  2. Click "Connect a new account" and paste the MCP Server URL from above
  3. Choose the PracticPro tool you want to use (navigate, submit, etc.)
  4. 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
  1. In your N8N workflow, add the MCP Client Tool node (under AI - Tools)
  2. In the node settings, paste the MCP Server URL into the SSE Endpoint field
  3. Connect the MCP Client Tool node to your AI Agent node's Tool input
  4. 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
  1. Open Raycast and go to Settings - Extensions
  2. Search for MCP and install the MCP extension (if not already installed)
  3. In the extension settings, add a new server with the MCP Server URL from above
  4. Open Raycast AI Chat and say "Connect me to PracticPro"

Raycast is a Mac productivity app. Requires Raycast Pro for AI features.

Claude Code
  1. Open your terminal and run the command below to add the MCP server
  2. Restart Claude Code or start a new session
  3. Say "Connect me to PracticPro" to get started
claude mcp add practicpro https://mcp.practicpro.com/mcp
Cursor
  1. Open Cursor and go to Settings
  2. Navigate to Tools & MCP and click "Add new MCP server"
  3. Enter a name (e.g. "PracticPro"), set transport to HTTP, and paste the URL
  4. In a new chat, use Agent mode and say "Connect me to PracticPro"
{ "mcpServers": { "practicpro": { "url": "https://mcp.practicpro.com/mcp" } } }
Windsurf
  1. Open Windsurf and click the MCPs icon in the Cascade panel (top-right)
  2. Click "Configure" to open the MCP config file
  3. Add the configuration below to the mcpServers object and save
  4. Reload the window and say "Connect me to PracticPro" in Cascade
{ "mcpServers": { "practicpro": { "serverUrl": "https://mcp.practicpro.com/mcp" } } }
GitHub Copilot (VS Code)
  1. In your project, create a file at .vscode/mcp.json with the config below
  2. Open the file in VS Code and click the "Start" button that appears above the config
  3. In Copilot Chat, switch to Agent mode and say "Connect me to PracticPro"
{ "servers": { "practicpro": { "type": "http", "url": "https://mcp.practicpro.com/mcp" } } }

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.