Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1330563

Browse files
update run method
1 parent fc91f7c commit 1330563

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

‎README.md‎

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,46 @@
11
# Zoom MCP Server
2+
23
[![smithery badge](https://smithery.ai/badge/@JavaProgrammerLB/zoom-mcp-server)](https://smithery.ai/server/@JavaProgrammerLB/zoom-mcp-server)
34

45
Now you can date a Zoom meeting with AI's help
56
![about.jpg](about.jpg)
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

2115
1. vist [Zoom Marketplace](https://marketplace.zoom.us/)
2216
1. Build App and choose **Server to Server OAuth App**
2317
1. Add Scope > Meeting > Select All Meeting Permissions
2418
1. 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

2923
```
3024
{
3125
"mcpServers": {
3226
"zoom-mcp-server": {
33-
"command": "npx",
27+
"command": "docker",
3428
"args": [
35-
"/PATH/TO/zoom-mcp-server"
29+
"run",
30+
"-i",
31+
"--rm",
32+
"-e",
33+
"ZOOM_ACCOUNT_ID",
34+
"-e",
35+
"ZOOM_CLIENT_ID",
36+
"-e",
37+
"ZOOM_CLIENT_SECRET",
38+
"ghcr.io/javaprogrammerlb/zoom-mcp-server"
3639
],
3740
"env": {
38-
"ZOOM_ACCOUNT_ID": "${ZOOM_ACCOUNT_ID}",
39-
"ZOOM_CLIENT_ID": "${ZOOM_CLIENT_ID}",
40-
"ZOOM_CLIENT_SECRET": "${ZOOM_CLIENT_SECRET}"
41+
"ZOOM_ACCOUNT_ID": "YOUR-ZOOM-ACCOUNT-ID",
42+
"ZOOM_CLIENT_ID": "YOUR-ZOOM-CLIENT-ID",
43+
"ZOOM_CLIENT_SECRET": "YOUR-ZOOM-CLIENT-SECRET"
4144
}
4245
}
4346
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /