MCP Meet
Rank #2,326io.github.pzep1/mcp-meet
MCP server providing meet capabilities
MCP Meet is a Model Context Protocol (MCP) server published by znz-systems. It ranks #2,326 of 132,046 servers tracked on MCP Toplist, and its repository has 95 GitHub stars. MCP Meet is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 9, 2025 and most recently updated on Oct 9, 2025.
Ranks ahead of 129,720 of 132,046 servers on MCP Toplist.
Use MCP Meet
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-meet -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -e "GOOGLE_REDIRECT_URI=<your GOOGLE_REDIRECT_URI>" -e "CALENDAR_IDS=<your CALENDAR_IDS>" -e "APPLE_CALENDAR_NAME=<your APPLE_CALENDAR_NAME>" -e "TZ=<your TZ>" -- npx -y mcp-meetReplace each placeholder with your own value before saving.
[mcp_servers.mcp-meet]
command = "npx"
args = ["-y", "mcp-meet"]
[mcp_servers.mcp-meet.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"
GOOGLE_REDIRECT_URI = "<your GOOGLE_REDIRECT_URI>"
CALENDAR_IDS = "<your CALENDAR_IDS>"
APPLE_CALENDAR_NAME = "<your APPLE_CALENDAR_NAME>"
TZ = "<your TZ>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<your GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<your CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<your APPLE_CALENDAR_NAME>",
"TZ": "<your TZ>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<your GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<your CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<your APPLE_CALENDAR_NAME>",
"TZ": "<your TZ>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-meet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<your GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<your CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<your APPLE_CALENDAR_NAME>",
"TZ": "<your TZ>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<your GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<your CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<your APPLE_CALENDAR_NAME>",
"TZ": "<your TZ>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<your GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<your CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<your APPLE_CALENDAR_NAME>",
"TZ": "<your TZ>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pzep1%2Fmcp-meet)<a href="https://mcptoplist.com/server/io.github.pzep1%2Fmcp-meet"><img src="https://mcptoplist.com/badge/io.github.pzep1%2Fmcp-meet.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
znz-systems
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Oct 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Meet?
- MCP Meet is maintained by znz-systems, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MCP Meet listed on the Official MCP Registry?
- Yes — MCP Meet is listed on the Official MCP Registry.
- How many versions does MCP Meet have?
- MCP Toplist tracks 2 versions of MCP Meet, most recently published on Oct 9, 2025.
- Where can I find the source code for MCP Meet?
- The source code for MCP Meet is hosted at github.com/znz-systems/mcp-meet.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.