aboutsummaryrefslogtreecommitdiff
path: root/mcp/servers.json
blob: 84050cb4bf0c739a633187b12cfcc2eac6730fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "google-calendar": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@cocal/google-calendar-mcp"],
    "env": {
      "GOOGLE_OAUTH_CREDENTIALS": "${GOOGLE_OAUTH_CREDENTIALS_PATH}"
    }
  },
  "linear": {
    "type": "http",
    "url": "https://mcp.linear.app/mcp"
  },
  "drawio": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@drawio/mcp"],
    "env": {}
  },
  "notion": {
    "type": "http",
    "url": "https://mcp.notion.com/mcp"
  },
  "google-docs-personal": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@a-bonus/google-docs-mcp"],
    "env": {
      "GOOGLE_CLIENT_ID": "${GOOGLE_CLIENT_ID}",
      "GOOGLE_CLIENT_SECRET": "${GOOGLE_CLIENT_SECRET}",
      "GOOGLE_MCP_PROFILE": "personal"
    }
  },
  "google-docs-work": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@a-bonus/google-docs-mcp"],
    "env": {
      "GOOGLE_CLIENT_ID": "${GOOGLE_CLIENT_ID}",
      "GOOGLE_CLIENT_SECRET": "${GOOGLE_CLIENT_SECRET}",
      "GOOGLE_MCP_PROFILE": "work"
    }
  },
  "figma": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "figma-developer-mcp", "--figma-api-key=${FIGMA_API_KEY}", "--stdio"],
    "env": {}
  },
  "slack-deepsat": {
    "type": "sse",
    "url": "http://127.0.0.1:13080/sse"
  }
}