CRM PipeRun
About
Este servidor disponibiliza APIs para gerenciar dados no Piperun CRM, incluindo listagem, criação, consulta e atualização de registros.
Details
- Author
- dinhogehm
- Downloads
- 163
- Categories
- Search
Jump to
- 32 tools covering full CRM management
- CRUD for deals, persons, companies, activities, notes
- Search by name, email, or deal title
- Formatted summaries instead of raw JSON
- Automatic retry with exponential backoff (3 attempts)
- Flexible authentication: environment variable or per‑call token
- Written in TypeScript with full type safety
- Automated tests with Vitest and CI/CD via GitHub Actions
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CRM PipeRunCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies, and compile TypeScript using Node.js v18+. Obtain a PipeRun API token from your account settings. Configure the token either as an environment variable (PIPERUN_API_TOKEN) in your MCP client settings or pass it dynamically per tool call. Then start using the server with any MCP‑compatible client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"crm piperun": {
"mcp-piperun": {
"command": "npx",
"args": [
"vitest",
"run"
]
}
}
}
}
McpServers
{
"mcp-piperun": {
"command": "npx",
"args": [
"vitest",
"run"
]
}
}
MCP PipeRun
Integração completa com a API do PipeRun CRM.
---
> ## Usa n8n? Clique aqui para o Guia Completo de Integração com n8n
>
> Inclui: instalação passo a passo, exemplos práticos, workflows prontos e referência completa de endpoints.
---
Duas Versões Disponíveis
| Versão | Diretório | Para Quem |
|--------|-----------|-----------|
| MCP Server | piperun-mcp-server/ | Claude Desktop, Claude Code, Cursor |
| HTTP Server | piperun-http-server/ | n8n, Zapier, Make, APIs REST |
Qual escolher?
- Usa Claude, Cursor ou outro cliente MCP? → Use o MCP Server
- Usa n8n, Zapier, Make ou precisa de API REST? → Use o HTTP Server
---
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

