File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11# Zoom MCP Server
2+
23Now you can date a Zoom meeting with AI's help
34![ about.jpg] ( about.jpg )
45
56[ ![ smithery badge] ( https://smithery.ai/badge/@JavaProgrammerLB/zoom-mcp-server )] ( https://smithery.ai/server/@JavaProgrammerLB/zoom-mcp-server )
67
7- ## 3 Steps to play with zoom-mcp-server
8+ ## 2 Steps to play with zoom-mcp-server
89
9- - Download this repository
1010- Get Zoom Client ID, Zoom Client Secret and Account ID
1111- Config MCP server
1212
13- ### 1. Download this repository
14-
15- ```
16- git clone https://github.com/JavaProgrammerLB/zoom-mcp-server
17- ```
18-
19- ### 2. Get Zoom Client ID, Zoom Client Secret and Account ID
13+ ### 1. Get Zoom Client ID, Zoom Client Secret and Account ID
2014
21151 . vist [ Zoom Marketplace] ( https://marketplace.zoom.us/ )
22161 . Build App and choose ** Server to Server OAuth App**
23171 . Add Scope > Meeting > Select All Meeting Permissions
24181 . Active your app
2519 then you can get ** Account ID** , ** Client ID** , ** Client Secret** in App Credentials page
2620
27- ### 3 . Config MCP Server
21+ ### 2 . Config MCP Server
2822
29- ```
23+ ``` json
3024{
3125 "mcpServers" : {
3226 "zoom-mcp-server" : {
3327 "command" : " npx" ,
34- "args": [
35- "/PATH/TO/zoom-mcp-server"
36- ],
28+ "args" : [" -y" , " @yitianyigexiangfa/zoom-mcp-server" ],
3729 "env" : {
3830 "ZOOM_ACCOUNT_ID" : " ${ZOOM_ACCOUNT_ID}" ,
3931 "ZOOM_CLIENT_ID" : " ${ZOOM_CLIENT_ID}" ,
You can’t perform that action at this time.
0 commit comments