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:More functionalities will be added soon. Stay tuned!
Installation (Go MCP)
Installing via Smithery
To install votars-mcp for Claude Desktop automatically via Smithery:
Manual Installation
To install the Go version of Votars MCP from the GitHub repository, use:
Usage (Go MCP)
Run MCP Service
Before using the sse mode, you need to run the MCP server. Open a terminal and run:
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):
2. Stdio Mode
For stdio mode, set the API key as an environment variable.
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:More functionalities will be added soon. Stay tuned!
Installation (Go MCP)
Installing via Smithery
To install votars-mcp for Claude Desktop automatically via Smithery:
Manual Installation
To install the Go version of Votars MCP from the GitHub repository, use:
Usage (Go MCP)
Run MCP Service
Before using the sse mode, you need to run the MCP server. Open a terminal and run:
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):
2. Stdio Mode
For stdio mode, set the API key as an environment variable.