AgentHubAgentHub

Krystal Voice Caller

MCP ServerMCP Registry官方收录

io.github.KrystalUnity/kvc-mcp · v0.1.1

Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.

概览

Krystal Voice Caller 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "kvc-mcp": {
      "command": "uvx",
      "args": [
        "kvc-mcp"
      ],
      "env": {
        "KVC_API_TOKEN": "<KVC_API_TOKEN>"
      }
    }
  }
}

环境变量

KVC_API_TOKEN必填secret

Bearer token starting with kvc_token_. Generate at https://krystalunity.com/voice/krystal-caller/dashboard/api-tokens

KVC_BASE_URL可选

API base URL (default https://krystalunity.com/api/admin/kvc).

相关资源

统一 Manifest

{
  "id": "io.github.KrystalUnity/kvc-mcp",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "Krystal Voice Caller",
  "description": "Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.",
  "repository": {
    "url": "https://github.com/KrystalUnity/kvc-mcp",
    "source": "github"
  },
  "homepage": "https://krystalunity.com/voice/krystal-caller",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "kvc-mcp",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "KVC_API_TOKEN",
            "description": "Bearer token starting with kvc_token_. Generate at https://krystalunity.com/voice/krystal-caller/dashboard/api-tokens",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "KVC_BASE_URL",
            "description": "API base URL (default https://krystalunity.com/api/admin/kvc)."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.KrystalUnity/kvc-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KrystalUnity%2Fkvc-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Krystal Voice Caller — MCP Server 安装与配置 · AgentHub