"""MCP Server for Zoom (No Auth) package."""
__version__ = "0.1.0"
import asyncio
from .server import main as _server_main
def main():
"""Entry point for the package to run the Zoom MCP server."""
asyncio.run(_server_main())
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peakmojo/mcp-server-zoom-noauth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server