Command Palette

Search for a command to run...

UnylyUnyly
Browse all

VTiger Server

FreeNot checked

Enables interaction with VTiger CRM through tools for module listing, CRUD operations, querying, and searching records.

GitHubEmbed

About

Enables interaction with VTiger CRM through tools for module listing, CRUD operations, querying, and searching records.

README

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

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

from github.com/elvmalrds/vtiger-mcp-server

Install VTiger Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install vtiger-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add vtiger-mcp-server -- uvx --from git+https://github.com/elvmalrds/vtiger-mcp-server vtiger-mcp-server

FAQ

Is VTiger Server MCP free?

Yes, VTiger Server MCP is free — one-click install via Unyly at no cost.

Does VTiger Server need an API key?

No, VTiger Server runs without API keys or environment variables.

Is VTiger Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install VTiger Server in Claude Desktop, Claude Code or Cursor?

Open VTiger Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare VTiger Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs