← Back to Plugins
MCP Server MCP

Kylas CRM

github By github 👁 1 views ▲ 0 votes

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

Homepage Verified source GitHub

Install

uvx kylas-crm-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "kylas-crm-mcp-server",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Kylas API key (required)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KYLAS_API_KEY"
        },
        {
          "description": "Kylas API base URL (optional, default: https://api.kylas.io/v1)",
          "format": "string",
          "name": "KYLAS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...