
Calendly MCP Server Integration
The Calendly MCP Server connects AI assistants with Calendly’s scheduling tools through a unified MCP interface, enabling automated event management, appointmen...

Connect AI agents to Zoom for automated meeting management with the Zoom MCP Server—create, update, retrieve, or delete Zoom meetings from FlowHunt or any MCP-compatible client.
The Zoom MCP Server is a Model Context Protocol (MCP) server designed to enable natural language management of Zoom meetings via AI assistants such as Claude and Cursor. It acts as a bridge between AI-driven workflows and the Zoom platform, allowing users to create, update, retrieve, or delete Zoom meetings through standardized MCP interfaces. By providing seamless integration with AI tools, the Zoom MCP Server streamlines meeting management, reduces manual effort, and enhances productivity for developers and teams who rely on Zoom for collaboration. Its implementation leverages secure API credentials and is tailored for easy configuration and deployment within popular AI development environments.
No prompt templates were mentioned in the available documentation or repository files.
No explicit MCP resources were described in the available documentation or repository files.
Each tool uses Zod schema validation for parameters.
No setup instructions were provided for Windsurf in the available documentation.
claude_desktop_config.json, add the following MCP server configuration:{
"mcpServers": {
"zoom": {
"command": "npx",
"args": [
"-y", "@prathamesh0901/zoom-mcp-server"
],
"env": {
"ZOOM_ACCOUNT_ID": "Your Zoom Account ID",
"ZOOM_CLIENT_ID": "Your Zoom Client ID",
"ZOOM_CLIENT_SECRET": "Your Zoom Client Secret"
}
}
}
}
Note: Secure API keys by storing them in environment variables as shown above in the env section of the JSON.
.cursor/mcp.json, add the following MCP server configuration:{
"mcpServers": {
"zoom": {
"command": "npx",
"args": [
"-y", "@prathamesh0901/zoom-mcp-server"
],
"env": {
"ZOOM_ACCOUNT_ID": "Your Zoom Account ID",
"ZOOM_CLIENT_ID": "Your Zoom Client ID",
"ZOOM_CLIENT_SECRET": "Your Zoom Client Secret"
}
}
}
}
Note: Secure API keys by storing them in environment variables as shown above in the env section of the JSON.
No setup instructions were provided for Cline in the available documentation.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"zoom": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “zoom” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompts documented |
| List of Resources | ⛔ | No resources documented |
| List of Tools | ✅ | get_meetings, create_meeting, update_meeting, delete_meeting |
| Securing API Keys | ✅ | Uses env variables in JSON |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the tables above, the Zoom MCP Server provides a clear and useful toolset for meeting management and secure setup instructions, but lacks documentation on prompt templates and MCP resources. Sampling and Roots support are not mentioned. The project is open source with an MIT license and has minimal community adoption. Overall, this MCP is functional but basic.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 0 |
| Number of Stars | 3 |
Rating: 4/10
The Zoom MCP Server offers core Zoom meeting management functions and good security practices, but lacks advanced MCP features, prompt templates, or strong community traction. It is useful for its purpose, but limited in broader MCP capabilities.
Empower your AI workflows to manage Zoom meetings automatically. Try the Zoom MCP Server with FlowHunt and boost your team’s productivity.

The Calendly MCP Server connects AI assistants with Calendly’s scheduling tools through a unified MCP interface, enabling automated event management, appointmen...

The mcp-teams-server brings Microsoft Teams functionality to FlowHunt via the Model Context Protocol (MCP), enabling AI assistants to read, create, and reply to...

The mcp-ical MCP Server connects AI assistants to your macOS Calendar, enabling natural language scheduling, event management, and availability checks directly ...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.