Volkern MCP Server
Enables sending WhatsApp messages and managing conversations through the Volkern CRM platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Volkern MCP ServerCreate a lead for Alice Smith and check available times for a call on Friday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Volkern MCP Server (v2.0.0)
MCP (Model Context Protocol) server to integrate Volkern CRM with AI agents like Claude, GPT, and other MCP-compatible clients.
What's New in v2.0.0 - Full Sales Cycle
New Modules
Contacts: Full CRUD for contacts (individuals and companies)
Deals/Pipeline: Create and list deals from the sales pipeline
Quotes: Create quotes from catalog items with prices, discounts, and taxes
Sales Orders: List, query, and convert quotes into sales orders
Contracts: Convert accepted quotes into contracts with payment terms
Full Sales Flow via MCP
volkern_create_lead→ Capture leadvolkern_create_deal→ Open opportunity in pipelinevolkern_create_cotizacion→ Generate quote from catalogvolkern_create_orden_from_cotizacion→ Convert to sales ordervolkern_create_contrato_from_cotizacion→ Formalize contract
Enhanced Catalog (v1.1.0)
Custom fields: Dynamic attributes per item (m², rooms, language, etc.)
Multi-level categories: Hierarchical organization (Real Estate > Office > Luxury)
Labels: Tags for quick filtering (vip, opportunity, new)
Multimedia gallery: Images, video tours, technical documents, 360° tours
Flexible pricing: One-time, recurring, or hourly with volume discounts
Related MCP server: Customer Support MCP Server
Installation
Option 1: Global installation via NPM (Recommended)
npm install -g volkern-mcp-serverOption 2: Using npx (no installation)
npx volkern-mcp-serverOption 3: From source code
git clone https://github.com/volkern/mcp-server.git
cd mcp-server
npm install
npm run buildConfiguration
The server requires the following environment variables:
export VOLKERN_API_KEY="tu_api_key_aqui"
export VOLKERN_API_URL="https://volkern.app/api" # Opcional, usa este valor por defectoUsage with Claude Desktop
Add the following configuration to your claude_desktop_config.json file:
If you installed via NPM (Recommended)
{
"mcpServers": {
"volkern": {
"command": "volkern-mcp",
"env": {
"VOLKERN_API_KEY": "tu_api_key_aqui"
}
}
}
}If you use npx
{
"mcpServers": {
"volkern": {
"command": "npx",
"args": ["volkern-mcp-server"],
"env": {
"VOLKERN_API_KEY": "tu_api_key_aqui"
}
}
}
}If you installed from source code
macOS/Linux:
{
"mcpServers": {
"volkern": {
"command": "node",
"args": ["/ruta/a/volkern-mcp-server/dist/index.js"],
"env": {
"VOLKERN_API_KEY": "tu_api_key_aqui"
}
}
}
}Windows:
{
"mcpServers": {
"volkern": {
"command": "node",
"args": ["C:\\ruta\\a\\volkern-mcp-server\\dist\\index.js"],
"env": {
"VOLKERN_API_KEY": "tu_api_key_aqui"
}
}
}
}Available Tools (35 tools)
Contacts
Tool | Description |
| List contacts with filters |
| Get contact by ID |
| Create a new contact |
| Update a contact |
| Delete a contact |
Lead Management
Tool | Description |
| List leads with optional filters |
| Get lead details by ID |
| Create a new lead |
| Update an existing lead |
Appointments
Tool | Description |
| Check available time slots |
| List appointments with filters |
| Create a new appointment |
| Update an appointment |
| Confirm, cancel, or reschedule |
Services
Tool | Description |
| List services from the catalog |
| Get service details |
Tasks
Tool | Description |
| Create follow-up task |
| List tasks for a lead |
| Mark task as completed |
Messaging
Tool | Description |
| Send WhatsApp message |
| List conversations |
Interactions
Tool | Description |
| List interactions for a lead |
| Log call, email, meeting |
Notes
Tool | Description |
| List notes for a lead |
| Add note to a lead |
Deals / Pipeline
Tool | Description |
| List pipeline deals with filters |
| Create a new deal |
Quotes
Tool | Description |
| Create quote from catalog items |
Sales Orders
Tool | Description |
| List sales orders with filters |
| Get order details |
| Convert quote into sales order |
Contracts
Tool | Description |
| Convert quote into contract |
Usage Examples
Create a lead and schedule an appointment
Usuario: Crea un lead para Juan Pérez, email juan@example.com, y agenda una cita para mañana a las 10am
Agente:
1. volkern_create_lead(nombre: "Juan Pérez", email: "juan@example.com")
2. volkern_check_disponibilidad(fecha: "2026-02-09")
3. volkern_create_cita(leadId: "...", fechaHora: "2026-02-09T10:00:00Z", titulo: "Reunión inicial")Check availability
Usuario: ¿Qué horarios hay disponibles para el lunes?
Agente:
1. volkern_check_disponibilidad(fecha: "2026-02-10")Create follow-up task
Usuario: Crea un recordatorio para llamar a Juan mañana
Agente:
1. volkern_list_leads(search: "Juan")
2. volkern_create_task(leadId: "...", tipo: "llamada", titulo: "Llamar a Juan", fechaVencimiento: "2026-02-09T09:00:00Z")Development
# Ejecutar en modo desarrollo
npm run dev
# Compilar
npm run build
# Ejecutar compilado
npm startTroubleshooting
Error: VOLKERN_API_KEY not set
Make sure to set the environment variable before starting the server.
Error 401: Unauthorized
Verify that your API key has the necessary permissions in Volkern (Settings → API Keys).
Error 409: Schedule conflict
The requested slot is already taken. Check availability with volkern_check_disponibilidad.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables users to manage CRM leads, opportunities, projects, tasks, and sales records within ERPNext directly through MCP-compatible clients. It supports global searches, timesheet entries, and access to dashboard KPIs using natural language.
- Alicense-qualityDmaintenanceEnables AI-powered customer support with real-time access to CRM, ticketing, and communication tools via MCP, supporting context-aware conversations and automated actions.Apache 2.0
- Alicense-qualityCmaintenanceIntegrates WhatsApp with AI agents, enabling message sending, chat search, media sharing, approval workflows, and activity summaries via any MCP client.1Apache 2.0
- AlicenseBqualityCmaintenanceEnables AI assistants to manage WhatsApp business operations including chatbots, broadcasts, campaigns, and contacts through 120+ MCP tools.10039MIT
Related MCP Connectors
Give AI agents real phone numbers, messages, and voice calls via MCP.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeXpertmx/mcp-volkern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server