elvmalrds/vtiger-mcp-server
3.2
If you are the rightful owner of vtiger-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server for VTiger CRM integration.
Tools
8
Resources
0
Prompts
0
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
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