Cover image
Try Now
2025-03-28

mcp forhttps://votars.ai

3 years

Works with Finder

2

Github Watches

2

Github Forks

28

Github Stars

Votars Logo

Votars MCP

smithery badge

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

  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

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • HiveNexus
  • 一个适用于中小型团队的AI聊天机器人,支持DeepSeek,Open AI,Claude和Gemini等车型。 专为中小团队设计的ai聊天应用,支持deepSeek,打开ai,claude,双子座等模型。

  • zhaoyunxing92
  • MCP(消息连接器协议)服务

    Reviews

    4 (1)
    Avatar
    user_VIGFDRSK
    2025-04-16

    I've been using Votars-MCP by scarletlabs-ai for a while now and it's simply fantastic! The intuitive interface made it easy to get started, and the comprehensive documentation covers all you need to know. The seamless integration with various languages really impressed me. Highly recommended for anyone looking to streamline their multi-channel processing! Check it out here: https://github.com/scarletlabs-ai/Votars-MCP