Votars MCP
概述
Votars-MCP 是一款支持Votars MCP 服务器多语言实现的工具。目前仅提供 Go 版本,未来将添加其他语言版本。它支持两种交互模式: sse
(服务器发送事件)和stdio
(标准输入/输出)。它旨在与 Votars AI 平台无缝集成,以处理各种任务。
关于 Votars
Votars是全球最智能的多语言会议助手,专为语音录制、转录和高级 AI 处理而设计。它具有实时翻译、智能纠错、AI 摘要、智能内容生成和 AI 讨论等功能。Votars 应用可在网页版、 iOS和Android 版本上使用。
此外,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:
手动安装
要从 GitHub 存储库安装 Votars MCP 的 Go 版本,请使用:
使用方法 (Go MCP)
运行 MCP 服务
在使用sse
模式之前,你需要运行 MCP 服务器。打开终端并运行:
该命令在端口 8080 上启动 MCP 服务,准备接受sse
请求。
1. SSE模式
对于sse
模式,您需要通过配置文件中的请求标头提供 API 密钥。
配置文件示例( mcp.config.json
):
2. Stdio 模式
对于stdio
模式,将 API 密钥设置为环境变量。
配置文件示例( mcp.config.json
):
获取您的 API 密钥
- 前往Votars.AI并注册。
- 导航到您的工作区的
Settings
。 - 在 API 密钥管理部分下创建 API 密钥。
路线图
- 当前支持: Go
- 计划支持: Python、JavaScript、Rust 等。
执照
MIT 许可证
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Votars 是全球最智能的多语言会议助手,专为语音录制、转录和高级 AI 处理而设计。它具有实时翻译、智能纠错、AI 摘要、智能内容生成和 AI 讨论等功能。Votars 应用可在网页版、
Related MCP Servers
- AsecurityAlicenseAqualityIntegrates with ElevenLabs text-to-speech API.Last updated -636PythonMIT License
- AsecurityAlicenseAqualityThe 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 -7114JavaScriptMIT License
- -securityFlicense-qualityIntegrates 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 -1Python
- -securityFlicense-qualityA 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