Votars MCP
Overview
Votars-MCP is a tool that supports multiple language implementations of the Votars MCP server. Currently, only the Go version is available, with other languages to be added in future releases. It supports two interaction modes: sse (Server-Sent Events) and stdio (Standard Input/Output). It is designed to provide seamless integration with the Votars AI platform for processing various tasks.
About Votars
Votars is the world’s smartest multilingual meeting assistant, designed for voice recording, transcription, and advanced AI processing. It features real-time translation, intelligent error correction, AI summarization, smart content generation, and AI discussions. The Votars app is available on Web, iOS, and Android.
Additionally, Votars is an AI-powered platform that enables developers to integrate advanced AI functionalities into their applications. By leveraging Votars, you can process complex tasks efficiently with robust APIs designed for high performance and scalability.
Features
Easy Integration with Votars
Modular Design: Ready to be extended with additional functionalities.
Supported MCP Tools:
Votars_fetch_recent_transcripts: Allows users to read recent transcripts from their workspace, providing convenient access to the latest recorded sessions.Votars_fetch_a_specific_transcript: Enables users to retrieve specific transcripts by providing a transcript ID, allowing targeted retrieval of stored data.
More functionalities will be added soon. Stay tuned!
Installation (Go MCP)
Installing via Smithery
To install votars-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @scarletlabs-ai/votars-mcp --client claude
Manual Installation
To install the Go version of Votars MCP from the GitHub repository, use:
go install github.com/scarletlabs-ai/Votars-MCP/go/votars-mcp@latest
Usage (Go MCP)
Run MCP Service
Before using the sse mode, you need to run the MCP server. Open a terminal and run:
votars-mcp -t sse -p 8080
This command starts the MCP service on port 8080, ready to accept sse requests.
1. SSE Mode
For sse mode, you need to provide the API key via request headers in the configuration file.
Configuration file example (mcp.config.json):
{
"mcpServers": {
"Votars MCP": {
"type": "sse",
"url": "http://0.0.0.0:8080/sse",
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}
2. Stdio Mode
For stdio mode, set the API key as an environment variable.
Configuration file example (mcp.config.json):
{
"mcpServers": {
"Votars MCP Stdio": {
"type": "stdio",
"command": "votars-mcp",
"args": ["-t", "stdio"],
"env": {
"VOTARS_API_KEY": "<your-api-key>"
}
}
}
}
Obtaining Your API Key
- Go to Votars.AI and register.
- Navigate to your workspace’s
Settings. - Create an API Key under the API Key management section.

Roadmap
- Current Support: Go
- Planned Support: Python, JavaScript, Rust, etc.
License
MIT License
Votars MCP
Project Details
- scarletlabs-ai/Votars-MCP
- Last Updated: 4/7/2025
Recomended MCP Servers
A Model Context Protocol server for searching and analyzing arXiv papers
A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. Allow you...
Ethereum Tools for Claude - A comprehensive blockchain analysis toolkit that enables Claude AI to audit smart contracts,...
A type-safe solution to remote MCP communication, enabling effortless integration for centralized management of Model Context.
MCP to provide secure IT tools for AI network troubleshooting (remote ssh, ping, nslookup, etc)
服务器、网络设备巡检和运维MCP工具
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news...
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
Official MCP Server for AIStor
An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling agentic tools to manage ArgoCD...
A Python package enabling LLM models to interact with the Memos server via the MCP interface for searching,...





