Skip to main content
Glama

Votars MCP

Votars 标志

Votars MCP

概述

Votars-MCP 是一款支持Votars MCP 服务器多语言实现的工具。目前仅提供 Go 版本,未来将添加其他语言版本。它支持两种交互模式: sse (服务器发送事件)和stdio (标准输入/输出)。它旨在与 Votars AI 平台无缝集成,以处理各种任务。

关于 Votars

Votars是全球最智能的多语言会议助手,专为语音录制、转录和高级 AI 处理而设计。它具有实时翻译、智能纠错、AI 摘要、智能内容生成和 AI 讨论等功能。Votars 应用可在网页版iOSAndroid 版本上使用。

此外,Votars 是一个 AI 驱动的平台,支持开发者将先进的 AI 功能集成到他们的应用程序中。通过 Votars,您可以使用专为高性能和可扩展性而设计的强大 API 高效地处理复杂任务。

特征

  • 轻松与 Votars 集成
  • **模块化设计:**随时可以扩展附加功能。
  • 支持的 MCP 工具:
    • Votars_fetch_recent_transcripts :允许用户从他们的工作区读取最近的记录,方便访问最新录制的会话。
    • Votars_fetch_a_specific_transcript :允许用户通过提供成绩单 ID 来检索特定的成绩单,从而实现有针对性地检索存储的数据。更多功能即将添加。敬请期待!

安装(Go MCP)

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 votars-mcp:

npx -y @smithery/cli install @scarletlabs-ai/votars-mcp --client claude

手动安装

要从 GitHub 存储库安装 Votars MCP 的 Go 版本,请使用:

go install github.com/scarletlabs-ai/Votars-MCP/go/votars-mcp@latest

使用方法 (Go MCP)

运行 MCP 服务

在使用sse模式之前,你需要运行 MCP 服务器。打开终端并运行:

votars-mcp -t sse -p 8080

该命令在端口 8080 上启动 MCP 服务,准备接受sse请求。

1. SSE模式

对于sse模式,您需要通过配置文件中的请求标头提供 API 密钥。

配置文件示例( mcp.config.json ):

{ "mcpServers": { "Votars MCP": { "type": "sse", "url": "http://0.0.0.0:8080/sse", "headers": { "Authorization": "Bearer <your-api-key>" } } } }

2. Stdio 模式

对于stdio模式,将 API 密钥设置为环境变量。

配置文件示例( mcp.config.json ):

{ "mcpServers": { "Votars MCP Stdio": { "type": "stdio", "command": "votars-mcp", "args": ["-t", "stdio"], "env": { "VOTARS_API_KEY": "<your-api-key>" } } } }

获取您的 API 密钥

  1. 前往Votars.AI并注册。
  2. 导航到您的工作区的Settings
  3. 在 API 密钥管理部分下创建 API 密钥。

管理 apikey

路线图

  • 当前支持: Go
  • 计划支持: Python、JavaScript、Rust 等。

执照

MIT 许可证

-
security - not tested
-
license - not tested
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Votars 是全球最智能的多语言会议助手,专为语音录制、转录和高级 AI 处理而设计。它具有实时翻译、智能纠错、AI 摘要、智能内容生成和 AI 讨论等功能。Votars 应用可在网页版、

  1. 概述
    1. 关于 Votars
      1. 特征
        1. 安装(Go MCP)
          1. 通过 Smithery 安装
          2. 手动安装
        2. 使用方法 (Go MCP)
          1. 运行 MCP 服务
          2. SSE模式
          3. Stdio 模式
        3. 获取您的 API 密钥
          1. 路线图
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                The Voyp MCP Server enables AI systems to integrate with VOYP's calling capabilities, allowing for secure telephony actions such as making calls, scheduling appointments, and tracking call statuses through the Model Context Protocol.
                Last updated -
                7
                11
                4
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                Integrates ElevenLabs Text-to-Speech capabilities with Cursor through the Model Context Protocol, allowing users to convert text to speech with selectable voices within the Cursor editor.
                Last updated -
                1
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.
                Last updated -
                TypeScript

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/scarletlabs-ai/Votars-MCP'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server