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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/elvmalrds/vtiger-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server