PipeRun Connector for AI agents.
11 live capabilities
Manage your sales pipeline and CRM activities through natural conversation.
Waiting for input…
Why people use PipeRun
CRM PipeRun Sales Pipeline Management
This Connector removes those clicks. You can just tell your agent to log a meeting or upload a contract. It handles the heavy lifting in the background, so your CRM stays updated without you ever having to leave your primary workspace.
What Vinkius changes
You get a direct command line for your sales pipeline inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Logging a follow-up call
A rep needs to log a call.
- Real-world use case 02
Quick status check
A manager wants a status check.
- Real-world use case 03
Attaching a proposal
A deal is ready for signing.
Complete set · 11capabilities
The complete PipeRun capability set.
These are the exact actions your AI can choose when you ask it to work with PipeRun.
01—04
4 capabilities in this set.
Part of 11 available through PipeRun.
- 01 Capability
Get activity
Pulls specific details for a single activity record. This helps you get context on a specific interaction quickly.
- 02 Capability
Get activity type
Shows the details for a specific activity type. Use this to understand how your CRM categorizes different interactions.
- 03 Capability
Get file
Retrieves information about a specific file. Use this to check details for files attached to deals or persons.
- 04 Capability
List activities
Shows a list of all tasks and appointments. It lets you see your entire workload in one glance.
05—08
4 capabilities in this set.
Part of 11 available through PipeRun.
- 05 Capability
List activity types
Lists every available activity type in your account. This is useful for seeing all your CRM's interaction categories.
- 06 Capability
List files
Lists files attached to deals, persons, or companies. It supports pagination and filtering for easier browsing.
- 07 Capability
Update activity
Changes the details of an existing activity record. Use this to keep your task statuses current.
- 08 Capability
Upload file
Sends a base64 encoded file to a deal, person, or company. This is how you attach new documents to your pipeline.
09—11
3 capabilities in this set.
Part of 11 available through PipeRun.
- 09 Capability
Create activity
Adds a new task or appointment to your CRM. Use this to log new meetings or set follow-up reminders.
- 10 Capability
Delete activity
Removes an activity record from your CRM. Use this to clean up your pipeline of old or incorrect tasks.
- 11 Capability
Delete file
Deletes a specific file from your PipeRun account. This helps you manage and remove old attachments.
Set up in minutes
One URL. Then ask PipeRun to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PipeRun from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PipeRun, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PipeRun for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PipeRun URL.
- Step 03
Save and start
Save the connection and enable PipeRun in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"crm-piperun": {
"url": "https://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PipeRun
Open Agent mode in chat and ask: "Using PipeRun, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"crm-piperun": {
"url": "https://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PipeRun
Ask Copilot: "Using PipeRun, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"crm-piperun": {
"url": "https://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PipeRun
Open Cascade and ask: "Using PipeRun, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"crm-piperun": {
"url": "https://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PipeRun
Ask Cline: "Using PipeRun, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add crm-piperun --transport http "https://edge.vinkius.com/vk_preview_TMDvJySx7bqy3XI5kQMfVlVdEZQfQBKd778U3Uom/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PipeRun
Ask Claude: "Using PipeRun, show me...". 11 tools are ready
Where the request belongs
Work PipeRun can move forward.
This is for sales professionals who are tired of manual data entry and want to manage their pipeline through a conversational interface.
Sales Representative
Updates meeting notes and task statuses on the go without opening a browser.
Sales Manager
Monitors team activities and checks file attachments across various deals quickly.
Operations Team
Automates the organization of sales documents and maintains activity logs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPipedrive
Automate sales CRM via Pipedrive. manage deals, persons, and activities directly from any AI agent.
Agendor
CRM for sales teams. manage leads, organizations, and pipelines via AI.
Close
Manage sales and pipelines via Close CRM. track leads, monitor opportunities, and manage tasks directly from any AI agent.
Attio
Build powerful CRM workflows with flexible data models, relationship tracking, and deal management tailored to your process.
Pipeline CRM
Manage sales and contacts via Pipeline CRM. list deals, track people, and monitor tasks directly from any AI agent.
Pipeliner
Manage sales pipelines and opportunities via Pipeliner CRM. list leads, track deals, and monitor activities directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep PipeRun connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PipeRun.
The practical details behind the request, access and result.
Can the CRM PipeRun MCP help me update my sales tasks?
Yes, you can use it to create, update, or delete tasks and appointments directly through your AI client. This keeps your pipeline current without you having to open the CRM web app.
How do I upload files to my PipeRun deals?
Your agent can use the upload capability to attach documents to specific deals, persons, or companies using a natural command. It handles the connection to PipeRun for you.
Can I see my daily schedule using CRM PipeRun?
You can ask your agent to list your activities for the day, and it will pull all your scheduled appointments and tasks into the chat for you to see.
Does CRM PipeRun support different activity types?
Yes, it can list and categorize your interactions based on the specific types defined in your PipeRun account, ensuring your data stays organized.
Can I delete old files from my CRM?
You can use the Connector to remove specific files from your PipeRun account to keep your records clean and your deal folders organized.
Is CRM PipeRun good for sales managers?
It's perfect for managers who need to quickly check team activities or monitor file attachments without constant manual logins into the full CRM dashboard.
Can I see my upcoming tasks and appointments?
Yes! Use the list_activities capability to retrieve all scheduled tasks and appointments. You can filter by status or owner to see exactly what's on your plate.
How do I attach a document to a specific deal?
You can use the upload_file capability. Just provide the deal_id, the file name, and the base64 encoded content of the document to attach it directly to the CRM record.
Is it possible to update the status of an existing activity?
Absolutely. Use the update_activity capability with the activity id and the new status code (e.g., 2 for 'Done') to keep your pipeline up to date.
One connection away
Give your agent a direct line to PipeRun.
Connect PipeRun once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available