-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathclients.json
More file actions
159 lines (159 loc) · 4.67 KB
/
clients.json
File metadata and controls
159 lines (159 loc) · 4.67 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"version": "1.0.0",
"clients": [
{
"category": "AI Chat",
"name": "Claude.ai (Web)",
"website": "https://claude.ai",
"docsUrl": "https://support.anthropic.com/en/articles/11175166-about-custom-integrations-using-remote-mcp",
"features": {
"tools": "✅",
"prompts": "❔",
"resources": "❔"
},
"transport": {
"stdio": "❌",
"sse": "✅",
"streamableHttp": "✅"
},
"auth": {
"oauth": "✅",
"passthroughAuth": "✅"
},
"configuration": "UI to add URL",
"notes": ""
},
{
"category": "AI Chat",
"name": "Claude Desktop Remote MCP via Integrations",
"website": "https://claude.ai/download",
"docsUrl": "https://support.anthropic.com/en/articles/11503834-building-custom-integrations-via-remote-mcp-servers",
"features": {
"tools": "✅",
"prompts": "✅",
"resources": "✅"
},
"transport": {
"stdio": "❌",
"sse": "✅",
"streamableHttp": "✅"
},
"auth": {
"oauth": "✅",
"passthroughAuth": "✅"
},
"configuration": "Provide URL",
"notes": "Only available on Pro, Max, Teams, and Enterprise tiers. Configure via Settings > Integrations."
},
{
"category": "AI Chat",
"name": "Claude Desktop Local MCP via Config",
"website": "https://claude.ai/download",
"docsUrl": "https://modelcontextprotocol.io/quickstart/user",
"features": {
"tools": "✅",
"prompts": "✅",
"resources": "✅"
},
"transport": {
"stdio": "✅",
"sse": "⚠️",
"streamableHttp": "⚠️"
},
"auth": {
"oauth": "❌",
"passthroughAuth": "❔"
},
"configuration": "Configure via claude_desktop_config.json",
"notes": "SSE/HTTP via proxy only. Configure via Claude Settings > Developer > edit claude_desktop_config.json config. Claude Desktop won't connect to remote servers configured via claude_desktop_config.json."
},
{
"category": "AI Coding Agents",
"name": "Cursor",
"website": "https://cursor.sh",
"docsUrl": "https://docs.cursor.com/context/model-context-protocol",
"features": {
"tools": "✅",
"prompts": "❔",
"resources": "❌"
},
"transport": {
"stdio": "✅",
"sse": "✅",
"streamableHttp": "✅"
},
"auth": {
"oauth": "✅",
"passthroughAuth": "❔"
},
"configuration": "Edit JSON config file",
"notes": ""
},
{
"category": "AI Coding Agents",
"name": "Windsurf",
"website": "https://codeium.com/windsurf",
"docsUrl": "https://docs.windsurf.com/windsurf/cascade/mcp#model-context-protocol-mcp",
"features": {
"tools": "✅",
"prompts": "❌",
"resources": "✅"
},
"transport": {
"stdio": "✅",
"sse": "✅",
"streamableHttp": "❌"
},
"auth": {
"oauth": "❔",
"passthroughAuth": "❔"
},
"configuration": "Edit JSON config file",
"notes": ""
},
{
"category": "AI Coding Agents",
"name": "VS Code GitHub Copilot",
"website": "https://github.com/features/copilot",
"docsUrl": "https://docs.github.com/en/copilot/customizing-copilot/using-model-context-protocol/extending-copilot-chat-with-mcp",
"features": {
"tools": "✅",
"prompts": "✅",
"resources": "✅"
},
"transport": {
"stdio": "✅",
"sse": "✅",
"streamableHttp": "✅"
},
"auth": {
"oauth": "❔",
"passthroughAuth": "❔"
},
"configuration": "Edit JSON config file",
"notes": "Supports sampling"
},
{
"category": "AI Coding Agents",
"name": "Claude Code",
"website": "https://claude.ai/code",
"docsUrl": "https://docs.anthropic.com/en/docs/claude-code/mcp",
"features": {
"tools": "✅",
"prompts": "✅",
"resources": "✅"
},
"transport": {
"stdio": "✅",
"sse": "✅",
"streamableHttp": "✅"
},
"auth": {
"oauth": "❔",
"passthroughAuth": "❔"
},
"configuration": "",
"notes": ""
}
]
}