VTiger MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VTiger MCP ServerList all modules available in VTiger"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Install dependencies:
pip install -e .Copy
.env.exampleto.envand configure your VTiger credentials:
cp .env.example .envUpdate
.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-serverAvailable 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
This server cannot be installed
Maintenance
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