VTiger Server
FreeNot checkedEnables interaction with VTiger CRM through tools for module listing, CRUD operations, querying, and searching records.
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
- Install dependencies:
pip install -e .
- Copy
.env.exampleto.envand configure your VTiger credentials:
cp .env.example .env
- Update
.envwith your VTiger details:
VTIGER_URL: Your VTiger CRM instance URLVTIGER_USERNAME: Your CRM login emailVTIGER_ACCESS_KEY: Found in My Preferences → Access Key
Usage
Run the MCP server:
vtiger-mcp-server
Available Tools
vtiger_list_modules: List all accessible modulesvtiger_describe_module: Get module field definitionsvtiger_create_record: Create new recordsvtiger_get_record: Retrieve specific recordsvtiger_update_record: Update existing recordsvtiger_delete_record: Delete recordsvtiger_query_records: Query with SQL-like syntaxvtiger_search_records: Search across modules
Install VTiger Server in Claude Desktop, Claude Code & Cursor
unyly install vtiger-mcp-serverInstalls 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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
