Votars MCP

Votars MCP

By scarletlabs-ai GitHub

-

votars mcp
Overview

what is Votars MCP?

Votars MCP is a tool that supports multiple language implementations of the Votars MCP server, currently available in Go, designed for seamless integration with the Votars AI platform for processing various tasks.

how to use Votars MCP?

To use Votars MCP, install the Go version from the GitHub repository and run the MCP server in either sse or stdio mode, providing the necessary API key in the configuration file.

key features of Votars MCP?

  • Easy integration with the Votars AI platform.
  • Modular design for extensibility.
  • Supports fetching recent and specific transcripts from the workspace.

use cases of Votars MCP?

  1. Integrating AI functionalities into applications.
  2. Processing voice recordings and transcriptions.
  3. Enabling real-time translation and summarization in meetings.

FAQ from Votars MCP?

  • What languages are supported?

Currently, only Go is supported, with plans for Python, JavaScript, and Rust in the future.

  • How do I obtain an API key?

Register on the Votars website and create an API key in your workspace settings.

  • Is Votars MCP free to use?

The usage details depend on the Votars AI platform's pricing model.

Content

Votars Logo

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)

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

  1. Go to Votars.AI and register.
  2. Navigate to your workspace's Settings.
  3. Create an API Key under the API Key management section.

manage apikey

Roadmap

  • Current Support: Go
  • Planned Support: Python, JavaScript, Rust, etc.

License

MIT License

No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details