Back to Home
parthamjangir2020 icon

claude-connector-perfexcrm

by parthamjangir2020

Overview

Provides AI-powered integration for Claude Desktop to manage and query data within Perfex CRM through direct database access via a Model Context Protocol (MCP) server.

Installation

Run Command
node dist/index.js

Environment Variables

  • DB_HOST
  • DB_PORT
  • DB_NAME
  • DB_USER
  • DB_PASSWORD
  • DB_PREFIX

Security Notes

The 'execute_sql' tool allows arbitrary raw SQL queries to be executed directly against the Perfex CRM database. While other tools use prepared statements for parameters, the 'sql' argument itself is directly taken from input, posing a severe SQL injection risk if the LLM's output for this argument is not perfectly safe or if an attacker gains control. This grants full control over the database, including modification, deletion, and exfiltration of all data. The MCP server operates with a single database user, lacking granular, in-server role-based access control. Database credentials are handled via environment variables, which is a good practice for secure storage, but the broad capabilities of the 'execute_sql' tool remain a critical vulnerability.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-10

Tags

CRMAI IntegrationDatabase AccessPerfex CRMMCP Server