Skip to content

Commit a007385

Browse files
committed
Add Dropbox MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit a007385

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.dropbox-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.dropbox-mcp",
4+
"name": "Dropbox",
5+
"alias": "dropbox",
6+
"description": "Access, search, and manage your Dropbox files and folders through Dropbox's official hosted remote MCP server. Authenticates via Dropbox OAuth in your browser, no local setup or tokens required.",
7+
"logo": "https://avatars.githubusercontent.com/u/559357?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"file-system",
11+
"productivity"
12+
],
13+
"tags": [
14+
"dropbox",
15+
"files",
16+
"storage",
17+
"cloud-storage",
18+
"documents",
19+
"file-sharing"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.dropbox.com/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"instructions": "Authenticates via Dropbox OAuth 2.1 in your browser using your Dropbox account. No tokens or app keys to enter; McpMux completes the OAuth flow for you."
31+
},
32+
"contributor": {
33+
"name": "Dropbox",
34+
"github": "dropbox",
35+
"url": "https://www.dropbox.com"
36+
},
37+
"links": {
38+
"homepage": "https://www.dropbox.com",
39+
"documentation": "https://help.dropbox.com/integrations/connect-dropbox-mcp-server"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)