Dixa MCP Server

by ktabori

186 downloads
Not rated
GitHub

Description

# Dixa MCP Server This is a FastMCP server that provides tools for interacting with the Dixa API. It allows you to search conversations, get conversation details, manage tags, and more. ## Running the Server To run the server, you need to: 1. Install dependencies: ```bash npm…

About

# Dixa MCP Server This is a FastMCP server that provides tools for interacting with the Dixa API. It allows you to search conversations, get conversation details, manage tags, and more. ## Running the Server To run the server, you need to: 1. Install dependencies: ```bash npm install npm install fastmcp ``` 2. Set up…

Details

Author
ktabori
Downloads
186
Categories
Other

- Search conversations with pagination support
- Get conversation details, messages, tags, notes, and ratings
- Add and remove tags on conversations
- Retrieve end user and agent information
- Access analytics metrics and records data

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 Dixa 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 dependencies with npm install and npm install fastmcp, copy .env.example to .env, then add your Dixa API key as DIXA_API_KEY. Start the server using npx fastmcp dev src/tools/index.ts or npx fastmcp inspect src/tools/index.ts. Configure it in Claude Desktop by adding the JSON configuration shown in the README.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "dixa mcp server": {
            "dixa-mcp-server": {
                "command": "npx",
                "args": [
                    "fastmcp",
                    "dev",
                    "src/tools/index.ts"
                ]
            }
        }
    }
}

McpServers

{
    "dixa-mcp-server": {
        "command": "npx",
        "args": [
            "fastmcp",
            "dev",
            "src/tools/index.ts"
        ]
    }
}

Dixa MCP Server

This is a FastMCP server that provides tools for interacting with the Dixa API. It allows you to search conversations, get conversation details, manage tags, and more.

Running the Server

To run the server, you need to:

1. Install dependencies:

npm install
npm install fastmcp

2. Set up your environment variables:

cp .env.example .env

Then edit .env and add your Dixa API key:
DIXA_API_KEY=your_api_key_here

3. Start the server:
```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.