Skip to main content
Glama
elvmalrds

VTiger MCP Server

by elvmalrds

VTiger MCP Server

A Model Context Protocol (MCP) server for VTiger CRM integration.

Features

  • List and describe VTiger modules

  • Create, read, update, and delete records

  • Query records with filters

  • Search across modules

  • Full authentication support

Related MCP server: Bitrix24 MCP Server

Setup

  1. Install dependencies:

pip install -e .
  1. Copy .env.example to .env and configure your VTiger credentials:

cp .env.example .env
  1. Update .env with your VTiger details:

  • VTIGER_URL: Your VTiger CRM instance URL

  • VTIGER_USERNAME: Your CRM login email

  • VTIGER_ACCESS_KEY: Found in My Preferences → Access Key

Usage

Run the MCP server:

vtiger-mcp-server

Available Tools

  • vtiger_list_modules: List all accessible modules

  • vtiger_describe_module: Get module field definitions

  • vtiger_create_record: Create new records

  • vtiger_get_record: Retrieve specific records

  • vtiger_update_record: Update existing records

  • vtiger_delete_record: Delete records

  • vtiger_query_records: Query with SQL-like syntax

  • vtiger_search_records: Search across modules

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Exposes Zoho CRM v6 REST API as structured tools for LLM agents via MCP, enabling CRUD operations, search, COQL queries, and more.
    11
    3
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables language models to interact with Bitrix24 CRM, providing tools to manage deals, leads, contacts, tasks, activities, users, files, chat messages, and live chat sessions.
    5 npm
    1
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with Zoho CRM data through secure OAuth authentication, supporting comprehensive CRM operations including record management, search, bulk operations, and lead conversion.
    3
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI agents to perform CRUD operations, query data, fetch schemas, and execute custom operations on Microsoft Dynamics 365 CRM entities.
    10
    6 npm
    2
    MIT