PracticPro AI Assistant
Choose your assistant
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.

ChatGPT
  1. Turn on Developer mode once: ChatGPT Settings - Security and login
  2. Click the button below - it copies the server URL and opens ChatGPT Plugins
  3. Click +, fill in the values below, choose OAuth, and create it
  4. Sign in to PracticPro when ChatGPT asks
Copy URL and open ChatGPT Plugins
Name PracticPro
Description PracticPro business management: contacts, jobs, estimates, invoices, payments and documents.
MCP server URL https://mcp.practicpro.com/mcp

Developer mode is on Plus, Pro, Business, Enterprise and Edu, on the web. PracticPro is in review for the ChatGPT plugin directory - once it is listed, this becomes a one-click install.

Google Gemini
  1. Click the button below - it copies the server URL and opens Gemini
  2. Open Settings - Connected Apps, and under Custom apps click Add a custom app
  3. Paste the URL, click Next, and sign in to PracticPro
  4. In a chat, type @ and pick PracticPro
Copy URL and open Gemini
Server URL https://mcp.practicpro.com/mcp

Needs a personal Google account in the US, age 18 or over, with Keep Activity on. English only. Add it once on the web and it works in the Gemini mobile app too.

Grok
  1. Click the button below - it copies the server URL and opens Grok Connectors
  2. Click New Connector, choose Custom, and fill in the values below
  3. Sign in to PracticPro when Grok asks
  4. In a new chat, turn PracticPro on from the tools menu
Copy URL and open Grok
Name PracticPro
Server URL https://mcp.practicpro.com/mcp

Custom connectors need a paid Grok plan. On Grok Business or Enterprise, a team admin adds the connector first.

Microsoft Copilot Studio
  1. Click the button below - it copies the server URL and opens Copilot Studio
  2. Open your agent, then Tools - Add a tool - New tool - Model Context Protocol
  3. Fill in the values below, choose OAuth 2.0 - Dynamic discovery, and click Create
  4. Choose Create a new connection, sign in to PracticPro, then Add to agent
Copy URL and open Copilot Studio
Server name PracticPro
Server description PracticPro business management: contacts, jobs, estimates, invoices, payments and documents.
Server URL https://mcp.practicpro.com/mcp

For Microsoft 365 organizations building Copilot agents. Custom MCP servers are added through Copilot Studio, not the Copilot consumer app.

Perplexity
  1. Click the button below - it copies the server URL and opens Perplexity Connectors
  2. Click +, choose Add custom connector, and fill in the values below
  3. Set authentication to OAuth 2.0, click Add, and sign in to PracticPro
  4. Turn PracticPro on in a thread to use it
Copy URL and open Perplexity
Name PracticPro
Description PracticPro business management: contacts, jobs, estimates, invoices, payments and documents.
Remote MCP server URL https://mcp.practicpro.com/mcp

Requires Perplexity Pro, Max or Enterprise.

Mistral Vibe
  1. Click the button below - it copies the server URL and opens Mistral Vibe
  2. Open Connectors from the side panel, click Add Connector, and choose the Custom MCP Connector tab
  3. Fill in the values below, choose OAuth2.1 as the authentication method, click Connect, and sign in to PracticPro
  4. In a chat, open the tools menu and turn PracticPro on
Copy URL and open Mistral Vibe
Connector name PracticPro
Server URL https://mcp.practicpro.com/mcp

Available on every Mistral Vibe plan, including Free. In a team workspace, only an admin can add custom connectors.

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