Zoom
Provides a bridge between Zoom API and virtual meeting management, enabling creation, updating, deletion, and fetching of meetings without navigating the Zoom interface or handling authentication flows.
5 stars
0 tools
Created Aug 2025
@prathamesh0901/prathamesh0901-zoom-zoom-mcp-serverAbout
Provides a bridge between Zoom API and virtual meeting management, enabling creation, updating, deletion, and fetching of meetings without navigating the Zoom interface or handling authentication flows.
Categories
general
Installation
npm
npm install @prathamesh0901/prathamesh0901-zoom-zoom-mcp-server
Configuration
{
"mcpServers": {
"prathamesh0901-zoom-zoom-mcp-server": {
"command": "npx",
"args": [
"-y",
"@prathamesh0901/prathamesh0901-zoom-zoom-mcp-server"
]
}
}
}