couchdrop-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@couchdrop-mcplist files in the root directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
couchdrop-mcp
Local stdio MCP server for Couchdrop. It lets MCP clients list Couchdrop files, inspect file metadata, download and upload files, list users and groups, and read folder permissions.
Requirements
Node.js 22 or newer
A Couchdrop API token
Related MCP server: drive-mcp
Couchdrop Token
Create or retrieve an API token from your Couchdrop account, then provide it to
the server as COUCHDROP_API_TOKEN. Keep the token in your local MCP client
configuration or shell environment. Do not commit it to source control.
Use a token with the narrowest access that fits your workflow.
Install And Configure
You can run the package with npx; no global install is required.
Claude Desktop
Add the server to your Claude Desktop MCP configuration, then restart Claude Desktop.
{
"mcpServers": {
"couchdrop": {
"command": "npx",
"args": ["-y", "couchdrop-mcp"],
"env": {
"COUCHDROP_API_TOKEN": "your-couchdrop-api-token"
}
}
}
}Codex
Codex reads MCP servers from ~/.codex/config.toml or a trusted project
.codex/config.toml.
[mcp_servers.couchdrop]
command = "npx"
args = ["-y", "couchdrop-mcp"]
[mcp_servers.couchdrop.env]
COUCHDROP_API_TOKEN = "your-couchdrop-api-token"Generic MCP Client
Configure the client to start a stdio server with this command:
{
"command": "npx",
"args": ["-y", "couchdrop-mcp"],
"env": {
"COUCHDROP_API_TOKEN": "your-couchdrop-api-token"
}
}If your client prefers an installed binary, install the package and run
couchdrop-mcp as the stdio command.
Environment Variables
Variable | Required | Default | Description |
| Yes | None | Couchdrop API token sent to Couchdrop API and FileIO requests. |
| No |
| Base URL for Couchdrop management API requests. |
| No |
| Base URL for Couchdrop FileIO requests. |
| No |
| Maximum bytes returned inline for downloads without |
Tools
All Couchdrop paths must start with /. Path segments must not contain ...
Tool | Arguments | Description |
|
| Lists files and folders at a Couchdrop path. |
|
| Gets metadata for a Couchdrop file or folder. |
|
| Downloads a file. Without |
|
| Uploads a local file to a Couchdrop path. |
| None | Lists Couchdrop users visible to the token. |
| None | Lists Couchdrop groups visible to the token. |
|
| Gets permissions for a Couchdrop folder path. |
Safety Notes
Tokens stay local to your MCP client configuration or environment. This server does not persist tokens.
v0.1 exposes no delete, move, chmod, user mutation, or group mutation tools.
couchdrop_upload_filewrites to the requesteddestinationPath; check the path before calling it.Use
outputPathfor large or binary downloads. Inline downloads are intended for small UTF-8 text files.In v0.1, uploads and downloads saved with
outputPathare buffered in memory before being sent or written.
Local Development
npm install
npm run typecheck
npm test
npm run build
npm run devTo inspect the package contents before publishing:
npm run build
npm pack --dry-runContributing
Contributions are welcome. Keep changes small, add or update tests for behavior changes, and run the local verification commands before opening a pull request.
Do not commit real Couchdrop tokens, generated secrets, or private customer paths in tests or documentation.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server that gives Claude Desktop and other desktop MCP clients filesystem powers—read, write, edit, and manage files like AI coding assistants.17879MIT
- Alicense-qualityCmaintenanceMCP server enabling file operations (list, search, read, rename, move) on Google Drive and OneDrive.MIT
- Flicense-qualityDmaintenanceAn MCP server that provides secure access to local file system operations.
- Alicense-qualityDmaintenanceMCP server for uploading, listing, and retrieving files on S3-compatible storage (AWS S3, DigitalOcean Spaces) with public/private access and temporary URLs.11MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
MCP server for Appcircle mobile CI/CD platform.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OraDavis/couchdrop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server