How to Use the CRM PipeRun MCP in Claude Code
Control your PipeRun sales pipeline straight from the terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CRM PipeRun MCP to Claude Code
Create your Vinkius account to connect CRM PipeRun to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate PipeRun Tasks via Claude Code
Clicking through a web UI just to log a sales call wastes time. Hook this MCP Server into your terminal and let your agent handle the busywork. Triggering `create_activity` happens the second a meeting ends, pulling notes directly from your local text files. Clearing out old tasks takes seconds instead of hours. A quick shell script pulls down your pending items using `list_activities`. Then it pipes those IDs into `delete_activity` or `update_activity` to bulk-resolve everything without leaving your command line.
Headless File Operations
Pushing contracts to client records shouldn't require a browser. Your agent grabs PDFs right from your local directory, encodes them to base64, and pushes them using `upload_file`. The tool attaches them directly to the matching deal, person, or company record in PipeRun. Retrieving those documents later is just as fast. Run `list_files` with built-in pagination to audit what sits on a specific deal. Should a contract get voided, the system fires `delete_file` to wipe it from the CRM instantly.
Read CRM Data Without Leaving the CLI
Hardcoding IDs into your scripts is a bad idea. This MCP server gives you `list_activity_types` so your agent dynamically fetches the right categories before logging a task. The system knows exactly what PipeRun expects. When a webhook fails, getting context fast matters. Drop a command to run `get_activity` or `get_activity_type` and dump the raw JSON straight to standard output. Debugging the exact CRM state requires zero context switching.
Set up CRM PipeRun MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecrm-piperun-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CRM PipeRun transactions." It will automatically discover and invoke the available CRM PipeRun tools.
claude mcp add --transport http crm-piperun-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CRM PipeRun MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CRM PipeRun MCP today
We host it, we monitor it, we maintain it. You just paste one token.