Cover image
Try Now
2025-03-05

Servidor MCP para zoom

3 years

Works with Finder

0

Github Watches

2

Github Forks

2

Github Stars

Zoom MCP Server

A Model Context Protocol (MCP) server implementation for Zoom, providing AI models with access to Zoom's API capabilities.

Overview

This project implements an MCP server that enables Claude to connect to Zoom, retrieve data, and perform actions through the Zoom API. It serves as a bridge between Claude and Zoom, allowing for seamless integration and access to Zoom meetings, users, and recordings.

Features

  • Connect to Zoom using Server-to-Server OAuth 2.0 authentication
  • Retrieve user information and profiles
  • Access meeting details and recordings
  • Query Zoom account settings and configurations
  • Manage Zoom resources through a standardized API
  • Debug mode for troubleshooting API connections

Installation

Prerequisites

  • Python 3.11 or higher
  • A Zoom account with admin privileges
  • A Zoom Server-to-Server OAuth app with appropriate scopes
  • uv for Python package management

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/zoom-mcp.git
    cd zoom-mcp
    
  2. Create a virtual environment and activate it using uv:

    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
    
  3. Install dependencies using uv:

    uv pip install -e .
    
  4. Set up Zoom API credentials:

    python scripts/setup_zoom_auth.py
    

    This script will guide you through setting up your Zoom API credentials in a .env file:

    ZOOM_API_KEY=your-client-id
    ZOOM_API_SECRET=your-client-secret
    ZOOM_ACCOUNT_ID=your-account-id
    

Usage

Testing the Connection

After setting up your credentials, you can test the connection to the Zoom API:

python scripts/test_zoom_connection.py

This script will verify:

  • Your environment variables are set correctly
  • OAuth token generation works
  • Basic API access is successful

API Endpoints

The MCP server provides access to various Zoom API endpoints:

  • /users/me - Get information about the authenticated user
  • Additional endpoints will be implemented as needed

Authentication

This project uses Zoom's Server-to-Server OAuth 2.0 authentication. The authentication module handles:

  • OAuth 2.0 token generation
  • Token caching and renewal
  • Environment variable configuration

The authentication flow:

  1. Base64 encode the API Key and Secret for Basic authentication
  2. Request an access token from Zoom's OAuth endpoint
  3. Use the token for subsequent API requests
  4. Automatically refresh the token when it expires

Development

Creating a Zoom App

  1. Go to the Zoom App Marketplace and sign in
  2. Click "Develop" in the top-right corner and select "Build App"
  3. Choose "Server-to-Server OAuth" app type
  4. Fill in the required information for your app
  5. In the "Scopes" section, add the following scopes:
    • user:read:admin (required for basic user information)
    • Additional scopes as needed for your specific use case

Running Tests

python -m pytest

Code Style

This project follows PEP 8 guidelines. You can check your code style using:

uv pip install flake8
flake8 src tests

Troubleshooting

If you encounter issues with the Zoom API connection:

  1. Authentication Errors

    • Verify your API Key and Secret are correct
    • Ensure your app has the necessary scopes enabled
    • Deactivate and reactivate your app in the Zoom Marketplace
  2. Permission Errors

    • Check that your account has the required permissions
    • Verify that the scopes requested match the endpoints you're trying to access
  3. Account ID Issues

    • Make sure you're using the correct Account ID from your Zoom account profile
    • The Account ID is required for Server-to-Server OAuth apps

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

相关推荐

  • 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.

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

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

    Reviews

    3 (1)
    Avatar
    user_Itzumf6K
    2025-04-15

    As a dedicated user of mcp-server-csharp, I am thoroughly impressed by its performance and reliability. Developed by Kamyab7, this server has proven to be an essential tool for my projects. The welcoming interface and ease of integration make it a standout choice for developers working with C#. Highly recommend checking it out at https://mcp.so/server/mcp-server-csharp/Kamyab7.