Skip to content

Commit 608d8f2

Browse files
now you can use just two steps to use zoom mcp server
1 parent 74e77ea commit 608d8f2

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

Diff for: README.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,31 @@
11
# Zoom MCP Server
2+
23
Now 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

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

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}",

0 commit comments

Comments
 (0)