Back to Home
cardosolucass96 icon

kommo-mcp-server

Verified Safe

by cardosolucass96

Overview

Enables AI agents to interact with Kommo CRM by providing a Model Context Protocol (MCP) server over HTTP.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • HOST
  • MCP_PASSWORD
  • NODE_ENV
  • LOG_LEVEL
  • TZ

Security Notes

The server implements strong security practices including a mandatory `MCP_PASSWORD` environment variable, robust input validation using Zod schemas for all tool parameters, and structured JSON-RPC error handling. Authentication relies on a multi-part bearer token (MCP_PASSWORD|subdomain|kommoAccessToken), with server-side validation of the `MCP_PASSWORD`. CORS is enabled with a wildcard origin (`*`), which is generally permissive but may be acceptable for AI agent integrations. No 'eval' or malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-17

Tags

Kommo CRMMCP ServerAI Agent IntegrationFastifyNode.js