MCP.so
登录

Dixa MCP Server

@ktabori

关于 Dixa MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

ktabori

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Dixa MCP Server?

Dixa MCP Server is a FastMCP server that provides tools for interacting with the Dixa API. It enables searching conversations, retrieving conversation details, managing tags, and more.

How to use Dixa MCP Server?

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.

Key features of Dixa MCP Server

  • 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

Use cases of Dixa MCP Server

  • Automate customer support workflows by managing Dixa conversations programmatically
  • Pull analytics data from Dixa for reporting and dashboards
  • Enrich AI assistant interactions with real-time conversation and user data

FAQ from Dixa MCP Server

What are the dependencies and runtime requirements?

Node.js and npm are required. The server uses the FastMCP library and the Dixa API key must be set in the environment.

How do I configure Dixa MCP Server with Claude?

In Claude Desktop, enable Developer mode, go to Settings > Developer > Edit Config, and add a JSON object with mcpServers.dixa-mcp-server containing the command, arguments, and environment variable DIXA_API_KEY.

Does Dixa MCP Server support SSE transport?

Yes. You can start the server with SSE by setting transportType: "sse" and specifying an endpoint and port. Clients can connect using SSEClientTransport.

What kind of authentication is required?

Authentication is via a Dixa API key stored in the DIXA_API_KEY environment variable. No other auth methods are mentioned.

What tools are available in Dixa MCP Server?

Tools include searchConversations, getConversation, getConversationMessages, getConversationTags, getConversationNotes, getConversationRatings, listTags, tagConversation, removeConversationTag, getEndUser, getEndUserConversations, getAgent, listAgents, and several analytics tools.

评论

其他 分类下的更多 MCP 服务器