PracticPro AI Assistant
Choose your assistant
Image
Claude
  1. Click the button below - Claude opens with the connector form already filled in
  2. Review the name and URL, then click "Add"
  3. Start a new chat and say "Connect me to PracticPro" - Claude will prompt you to sign in
Add PracticPro to Claude

Works on claude.ai and the Claude desktop app. Available on all plans including Free (Free is limited to one custom connector). If you are signed out, Claude prompts you to sign in first and lands on the prefilled form.

Image
ChatGPT
Verified in ChatGPT Apps Directory
  1. Click the button below to open PracticPro in the official ChatGPT Apps Directory
  2. Click "Connect" on the app page
  3. Sign in with your PracticPro username and the verification code sent to your phone/email
  4. Start a new chat and say "@PracticPro find my open jobs" (or any task) to use it
Install PracticPro in ChatGPT

Installs from the ChatGPT Apps Directory and works on all plans including Free. Team/Enterprise workspace admins may need to enable apps in workspace settings first.

Advanced: install manually via Developer Mode
  1. Open ChatGPT Settings -> Apps -> Advanced settings
  2. Click "Create app", name it PracticPro, paste the MCP Server URL above
  3. Set Authentication to "OAuth", accept the consent, and click "Create"
  4. Start a chat, mention the connector, and sign in when prompted

Developer Mode requires Plus, Pro, Team, Business, Enterprise, or Edu - not available on Free. Plus and Pro are read-only; full read/write requires Business, Enterprise, or Edu.

Image
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.

Image
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.

Image
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."

Image
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. Click the button below - Raycast opens with the connector form pre-filled
  2. Review the name and URL, then confirm install
  3. Open Raycast AI Chat and say "Connect me to PracticPro"
Add PracticPro to Raycast

Mac only. Requires Raycast Pro for AI features. If the button does not open Raycast, install it from raycast.com first.

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
Terminal
claude mcp add practicpro https://mcp.practicpro.com/mcp
Cursor
  1. Click the button below - Cursor opens with the MCP server config pre-filled
  2. Confirm to install
  3. In a new chat, switch to Agent mode and say "Connect me to PracticPro"
Add PracticPro to Cursor
Manual install (if the button doesn't open Cursor)
  1. Open Cursor -> Settings -> Tools & MCP
  2. Click "Add new MCP server", name it PracticPro, set transport to HTTP, paste the URL above
  3. In Agent mode, say "Connect me to PracticPro"
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
mcp_config.json
{
  "mcpServers": {
    "practicpro": {
      "serverUrl": "https://mcp.practicpro.com/mcp"
    }
  }
}
GitHub Copilot (VS Code)
  1. Click the button below - VS Code opens and prompts you to install the PracticPro MCP server
  2. Confirm the install
  3. In Copilot Chat, switch to Agent mode and say "Connect me to PracticPro"
Add PracticPro to VS Code
Manual install (workspace config)
  1. Create .vscode/mcp.json in your project
  2. Paste the config below and save
  3. VS Code shows a "Start" button above the config - click it
  4. In Copilot Chat (Agent mode), say "Connect me to PracticPro"
.vscode/mcp.json
{
  "servers": {
    "practicpro": {
      "type": "http",
      "url": "https://mcp.practicpro.com/mcp"
    }
  }
}
What is MCP?
Model Context Protocol is an open standard that lets AI assistants talk to apps like PracticPro. Connect once and your assistant can read and update your data on your behalf, using plain English.
Secure sign-in
Sign-in uses a PracticPro username, same as the web app. The connected agent can only see and do what that user's role permits. Create a dedicated user with a custom role to scope its access. Revoke anytime from your PracticPro account.

Learn more about MCP