Castaldo-Solutions/mcp-vtenext
by Various
MCP server for VTENext CRM — exposes the WebService API as tools for Claude and other MCP clients
MCP
Castaldo-Solutions/mcp-vtenext
Added 1 June 2026
Overview
An MCP server that wraps the VTENext CRM WebService API into tools for Claude and other MCP clients. It allows developers to interact with CRM data like contacts, deals, and invoices directly from an AI assistant.
Best for
Best for
Developers using VTENext CRM who want to query or manage it through Claude or other MCP-based assistants.
Use cases
- Query and update CRM records via natural language in Claude
- Automate CRM workflows like lead assignment or invoice retrieval
- Integrate VTENext data into AI-powered chat interfaces
How to use
Install
npm install Tools exposed
list_opportunitaget_opportunitasearch_opportunitacreate_opportunitaupdate_opportunitasearch_contattiadd_nota_opportunitalist_attivita_opportunitadescribe_moduloquery_raw
Tested with
Claude Code
Example client config
{\n "mcpServers": {\n "vtenext": {\n "type": "stdio",\n "command": "node",\n "args": ["/absolute/path/to/mcp/vtenext/server/index.js"]\n }\n }\n} Notes
An MCP server that wraps the VTENext CRM WebService API into tools for Claude and other MCP clients. It allows developers to interact with CRM data like contacts, deals, and invoices directly from an AI assistant.
3 stars on GitHub. Last updated 2026-03-26. Licensed MIT.
Use cases
- Query and update CRM records via natural language in Claude
- Automate CRM workflows like lead assignment or invoice retrieval
- Integrate VTENext data into AI-powered chat interfaces
Pros
- Directly bridges VTENext CRM with MCP-compatible AI tools
- Simple JavaScript implementation with low setup overhead
- Exposes a standard WebService API without custom coding
Cons
- Very small community (3 stars) with limited support or documentation
- Depends on VTENext’s WebService API which may have rate limits or version constraints
- Only works with MCP clients, not standalone or other AI platforms
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Directly bridges VTENext CRM with MCP-compatible AI tools
- Simple JavaScript implementation with low setup overhead
- Exposes a standard WebService API without custom coding
Cons
- Very small community (3 stars) with limited support or documentation
- Depends on VTENext's WebService API which may have rate limits or version constraints
- Only works with MCP clients, not standalone or other AI platforms
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.