Knotie AI Pro MCP Server

by avijeett007

214 downloads
Not rated
GitHub

About

The Model Context Protocol (MCP) server that enables AI agents like Claude Desktop to interact with the Knotie AI Pro platform for automated customer and voice AI agent management.

Details

Author
avijeett007
Downloads
214
Categories
AI

- Create customers, enable portal access, and reset passwords
- Map, update, and unmap AI agents to customers
- Works with Retell, VAPI, ElevenLabs, GoHighLevel
- API keys stored locally, never transmitted to third parties
- Seamless integration with Claude Desktop and other MCP clients

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Knotie AI Pro MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm globally (npm install -g knotie-ai-mcp) or from source. Run npm run setup or manually create a config file at ~/.knotie/config.json with your API key and partner email. Add the server to your Claude Desktop claude_desktop_config.json using environment variables or a config file, then restart Claude Desktop.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "knotie ai pro mcp server": {
            "knotie-ai-mcp": {
                "command": "npx",
                "args": [
                    "knotie-ai-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "knotie-ai-mcp": {
        "command": "npx",
        "args": [
            "knotie-ai-mcp"
        ]
    }
}

Knotie AI Pro MCP Server

A Model Context Protocol (MCP) server that enables AI agents like Claude Desktop to interact with the Knotie AI Pro platform for automated customer and voice AI agent management.

🚀 Features

- Customer Management: Create customers, enable portal access, reset passwords
- Agent Management: Map AI agents to customers, update configurations, manage profit multipliers
- Multi-Platform Support: Works with Retell, VAPI, ElevenLabs, GoHighLevel
- Secure Local Configuration: API keys stored locally, never transmitted to third parties
- Claude Desktop Integration: Seamless integration with Claude Desktop and other MCP clients

📋 Prerequisites

- Node.js 18+ installed
- A Knotie AI Pro partner account with API access
- Claude Desktop or another MCP-compatible client

🚀 Quick Start

For NPM Users (Recommended)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.