Files
2026-07-13 12:20:06 +08:00

26 lines
636 B
JSON

{
"mcpServers": {
"zoom-mcp": {
"type": "http",
"url": "https://mcp-us.zoom.us/mcp/zoom/streamable",
"headers": {
"Authorization": "Bearer ${ZOOM_MCP_ACCESS_TOKEN}"
}
},
"zoom-docs-mcp": {
"type": "http",
"url": "https://mcp.zoom.us/mcp/docs/streamable",
"headers": {
"Authorization": "Bearer ${ZOOM_DOCS_MCP_ACCESS_TOKEN}"
}
},
"zoom-whiteboard-mcp": {
"type": "http",
"url": "https://mcp-us.zoom.us/mcp/whiteboard/streamable",
"headers": {
"Authorization": "Bearer ${ZOOM_WHITEBOARD_MCP_ACCESS_TOKEN}"
}
}
}
}