Work your day's queue
Ask for today's due items and let your assistant walk the worklist with you — due, overdue, upcoming — in plain language, no dashboard hopping.
SalesCopilots MCP
SalesCopilots MCP plugs your SalesCopilots workspace into the AI assistant you already use — Claude, ChatGPT, or Gemini — so it can read your action items and work your day's queue in natural language.
Server endpoint
https://mcp.salescopilots.com/mcpConnecting opens your browser — sign in with your normal SalesCopilots email and password. No API keys to copy.
What it does
Connect once and your assistant can see the same action items you do — then help you clear them, one conversation at a time.
Ask for today's due items and let your assistant walk the worklist with you — due, overdue, upcoming — in plain language, no dashboard hopping.
Your assistant loads the connection playbook, pulls today's queue, and drives your own browser to send each request — pacing like a human, using your note.
Mark each item completed — or skipped with a reason — and it syncs straight back to your SalesCopilots workspace, so your queue stays honest.
Installation
Point your client at the endpoint below, then sign in through the browser. Pick your client to see the steps.
claude mcp add --transport http salescopilot https://mcp.salescopilots.com/mcpThe add command triggers an OAuth flow. If you aren't prompted,
run /mcp inside claude to authenticate manually.
claude and run /mcp, select salescopilot,
and your browser opens to sign in with your SalesCopilots email and password.https://mcp.salescopilots.com/mcp, then click Add.https://mcp.salescopilots.com/mcp, authentication OAuth, and save.gemini mcp add --transport http salescopilot https://mcp.salescopilots.com/mcp~/.gemini/settings.json:{
"mcpServers": {
"salescopilot": {
"httpUrl": "https://mcp.salescopilots.com/mcp"
}
}
}gemini and run /mcp auth salescopilot if you
aren't prompted automatically, then sign in with your SalesCopilots email and
password.Troubleshooting: if a client caches a dead connection, remove and re-add the server, then re-authenticate.