File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Zoom MCP Server
2
+
2
3
Now you can date a Zoom meeting with AI's help
3
4
![ about.jpg] ( about.jpg )
4
5
5
6
[ ![ smithery badge] ( https://smithery.ai/badge/@JavaProgrammerLB/zoom-mcp-server )] ( https://smithery.ai/server/@JavaProgrammerLB/zoom-mcp-server )
6
7
7
- ## 3 Steps to play with zoom-mcp-server
8
+ ## 2 Steps to play with zoom-mcp-server
8
9
9
- - Download this repository
10
10
- Get Zoom Client ID, Zoom Client Secret and Account ID
11
11
- Config MCP server
12
12
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
20
14
21
15
1 . vist [ Zoom Marketplace] ( https://marketplace.zoom.us/ )
22
16
1 . Build App and choose ** Server to Server OAuth App**
23
17
1 . Add Scope > Meeting > Select All Meeting Permissions
24
18
1 . Active your app
25
19
then you can get ** Account ID** , ** Client ID** , ** Client Secret** in App Credentials page
26
20
27
- ### 3 . Config MCP Server
21
+ ### 2 . Config MCP Server
28
22
29
- ```
23
+ ``` json
30
24
{
31
25
"mcpServers" : {
32
26
"zoom-mcp-server" : {
33
27
"command" : " npx" ,
34
- "args": [
35
- "/PATH/TO/zoom-mcp-server"
36
- ],
28
+ "args" : [" -y" , " @yitianyigexiangfa/zoom-mcp-server" ],
37
29
"env" : {
38
30
"ZOOM_ACCOUNT_ID" : " ${ZOOM_ACCOUNT_ID}" ,
39
31
"ZOOM_CLIENT_ID" : " ${ZOOM_CLIENT_ID}" ,
You can’t perform that action at this time.
0 commit comments