Labsco
rexposadas logo

Attendee MCP Server

โ˜… 13

from rexposadas

An MCP server for managing Attendee meeting bots, requiring a running Attendee backend service.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

Attendee MCP Server

This is an MCP for sending and managing meeting bots with Attendee, an open-source meeting bot for recording and transcription. You can run Attendee locally or deploy it to the cloud.

Questions? Join the Attendee Slack.

Attendee Server MCP server

Combining MCPs

Combining MCPs leads to powerful workflows. For example, I use the Brave Search MCP alongside the Attendee MCP. When I ask Claude, โ€œWho won the last Roland Garros tournament?โ€, it:

  1. Uses the web MCP to find the answer online.
  2. Pipes the result to the Attendee bot, which speaks the answer back to me

๐Ÿ”ง Available MCP Tools

This server provides the following tools:

Core Bot Management

  • create_meeting_bot - Create a bot to join and record a meeting
  • get_bot_status - Check the current status of a meeting bot
  • remove_meeting_bot - Remove a bot from a meeting

Communication & Media

  • make_bot_speak - Make the bot speak using text-to-speech
  • send_chat_message - Send chat messages from the bot
  • send_image_to_meeting - Display images through the bot (Google Meet only)
  • send_video_to_meeting - Play videos through the bot (Google Meet only)

Data Retrieval

  • get_meeting_transcript - Retrieve the meeting transcript
  • get_chat_messages - Get chat messages from the meeting
  • get_recording - Get the recording download URL
  • delete_bot_data - Permanently delete all bot data

๐Ÿ“„ License

MIT License - see LICENSE file for details.

๐Ÿค Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature-name
  3. Make your changes and test them
  4. Commit your changes: git commit -m 'Add feature'
  5. Push to the branch: git push origin feature-name
  6. Submit a pull request

Note: This MCP server requires a running Attendee backend service. Make sure you have the Attendee server set up and running before using this MCP server.