CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Dropbox

pipeworx-io/mcp-dropbox
12 toolsHTTPregistry active
Summary

Connects to Dropbox API v2 through Pipeworx's gateway infrastructure. You get five core tools: list folder contents, search by name or content, pull metadata like size and revision info, download files as text, and create folders. Part of a larger 673-source gateway, so you can either hit the standalone Dropbox endpoint or use the full Pipeworx hub and query with natural language through ask_pipeworx instead of calling tools directly. Useful when you need Claude to browse your Dropbox structure, locate files without exact paths, or pull down content for processing. Uses streamable HTTP transport rather than stdio.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

12 tools
DROPBOX_CREATE_FILE_REQUESTTool to create a new file request in Dropbox. Use when you need to request files from others by generating a unique link for uploads to a specified Dropbox folder, optionally with a deadline.4 params

Tool to create a new file request in Dropbox. Use when you need to request files from others by generating a unique link for uploads to a specified Dropbox folder, optionally with a deadline.

Parameters* required
openboolean
Whether the file request should be open by default. If true, the file request will start accepting files immediately.default: true
titlestring
The title of the new file request. Must be 1 character or more.
deadlineobject
Represents the deadline parameters for a file request.
destinationstring
The path in the user's Dropbox where uploaded files will be saved. Must be a path starting with '/'. Example: '/Homework/math'
DROPBOX_CREATE_FOLDERTool to create a new folder at a specified path in Dropbox. Use when you need to organize files by creating a new directory. Requires the 'files.content.write' scope.2 params

Tool to create a new folder at a specified path in Dropbox. Use when you need to organize files by creating a new directory. Requires the 'files.content.write' scope.

Parameters* required
pathstring
Path in the user's Dropbox to create the new folder.
autorenameboolean
If there's a conflict, have Dropbox automatically rename the folder. The default for this field is False.default: false
DROPBOX_CREATE_PAPERCreates a new Dropbox Paper document at the specified path using HTML or Markdown content.3 params

Creates a new Dropbox Paper document at the specified path using HTML or Markdown content.

Parameters* required
pathstring
Path in Dropbox where the Paper document will be created. Do NOT include any file extension - Paper docs don't use extensions.
contentstring
Content of the paper document
import_formatstring
Format of the provided contentdefault: html
DROPBOX_DELETE_FILE_OR_FOLDERPermanently deletes the file or folder at the specified path in Dropbox. Use when you need to remove a specific file or folder. Requires the `files.content.write` scope.1 params

Permanently deletes the file or folder at the specified path in Dropbox. Use when you need to remove a specific file or folder. Requires the `files.content.write` scope.

Parameters* required
pathstring
The path to the file or folder to delete
DROPBOX_GET_ABOUT_METool to get information about the current user's Dropbox account. Use when you need to retrieve account details like email, name, or account type.

Tool to get information about the current user's Dropbox account. Use when you need to retrieve account details like email, name, or account type.

No parameter schema in public metadata yet.

DROPBOX_GET_TEMPORARY_LINKTool to get a one-click temporary (expiring) download link. Use when you need to share a Dropbox file directly without proxying content through this service. Requires `files.content.read` scope.1 params

Tool to get a one-click temporary (expiring) download link. Use when you need to share a Dropbox file directly without proxying content through this service. Requires `files.content.read` scope.

Parameters* required
pathstring
The path or identifier of the file to get a temporary link for. Supports Dropbox path (e.g., '/folder/file.txt'), id:..., rev:..., or ns:... notation.
DROPBOX_LIST_FILES_IN_FOLDERTool to list files and folders in a specified Dropbox directory. Use when you need to see the contents of a folder, including subfolders if recursive is true.6 params

Tool to list files and folders in a specified Dropbox directory. Use when you need to see the contents of a folder, including subfolders if recursive is true.

Parameters* required
pathstring
The folder path (e.g., "/europe/invoices", "" for root) or folder ID (e.g., "id:aBcDeFgH123") to list contents from.default:
limitinteger
The maximum number of results to return per request. Default is 2000. Max is 2000.default: 2000
recursiveboolean
If true, recursively lists contents of nested subfolders; otherwise, lists only immediate contents.default: false
include_deletedboolean
If true, includes deleted (but potentially recoverable) files and folders in the listing.default: false
include_media_infoboolean
If true, includes media metadata (e.g., dimensions, location) for photo and video files.default: false
include_non_downloadable_filesboolean
If true, includes non-downloadable files (e.g., Google Docs, Dropbox Paper) in the listing.default: true
DROPBOX_LIST_FOLDERSRetrieves a list of folders, files, and deleted entries from a specified Dropbox path.4 params

Retrieves a list of folders, files, and deleted entries from a specified Dropbox path.

Parameters* required
pathstring
Path to the folder (e.g., "" for root, "/folder/subfolder", or "id:abc123xyz"). If a path string, it must start with / and not end with / or whitespace.default:
limitinteger
Maximum number of folder entries to return per request; an approximate upper bound.default: 2000
recursiveboolean
Whether to include folders in nested subfolders (True) or only immediate subfolders (False)default: false
include_deletedboolean
Whether to include folders that have been deleted but may be recoverabledefault: false
DROPBOX_MOVE_FILE_OR_FOLDERMove file or folder5 params

Move file or folder

Parameters* required
to_pathstring
Path in the user's Dropbox that is the destination. This path is case-sensitive.
from_pathstring
Path in the user's Dropbox to be moved. This path is case-sensitive.
autorenameboolean
If there's a conflict (e.g., a file with the same name already exists at the destination), have the Dropbox server try to auto-rename the file to avoid the conflict. The default is false.default: false
allow_shared_folderboolean
If true, allows moving shared folders. The default is false.default: false
allow_ownership_transferboolean
Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. The default is false.default: false
DROPBOX_READ_FILEDownloads a file from the specified Dropbox path, requiring `files.content.read` scope.1 params

Downloads a file from the specified Dropbox path, requiring `files.content.read` scope.

Parameters* required
pathstring
The path to search in
DROPBOX_SEARCH_FILE_OR_FOLDERTool to search for files and folders in Dropbox. Use when you need to find an item by name or content, optionally within a specific path or with other filters, and paginate through results. Example: Search for 'report.docx' in the '/finance' folder.2 params

Tool to search for files and folders in Dropbox. Use when you need to find an item by name or content, optionally within a specific path or with other filters, and paginate through results. Example: Search for 'report.docx' in the '/finance' folder.

Parameters* required
querystring
The search string. Must be 1 or more characters. Queries are case-insensitive.
optionsobject
Additional options for the search. If not provided, default search options will be used.
DROPBOX_UPLOAD_FILEUploads a file to a specified path in the user's Dropbox, with options for handling existing files.6 params

Uploads a file to a specified path in the user's Dropbox, with options for handling existing files.

Parameters* required
modestring
Specifies how to handle the upload if a file already exists at the specified path.default: add
muteboolean
If true, the user will not be notified of the new file via desktop or mobile notifications.default: false
pathstring
Path in the user's Dropbox to save the file.
contentstring
File to be uploaded; supports various formats including images, PDFs, and text files.
autorenameboolean
If true and a file already exists at the path, the new file will be renamed to avoid conflict.default: false
strict_conflictboolean
If true, the upload will be rejected if the file already exists, regardless of the autorename setting.default: false

mcp-dropbox

Dropbox MCP Pack — wraps the Dropbox API v2

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
dropbox_list_folderList files and folders in a Dropbox directory. Returns names, types, sizes, and modification dates. Use when browsing folder contents or checking what's stored at a path.
dropbox_searchSearch Dropbox for files and folders by name or content. Returns matching paths, file types, and metadata. Use when you need to find a file without knowing its exact location.
dropbox_get_metadataGet detailed metadata for a file or folder: size, modified date, ID, sharing status, and revision info. Use before downloading or modifying to inspect properties.
dropbox_downloadDownload a file from Dropbox and return its content as text plus metadata (size, type, modified date). Use to retrieve file contents for processing or inspection.
dropbox_create_folderCreate a new folder in Dropbox at a specified path. Returns folder metadata. Use to organize files or set up directory structures.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "dropbox": {
      "url": "https://gateway.pipeworx.io/dropbox/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Dropbox data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Documents & Knowledge
Registryactive
TransportHTTP
UpdatedApr 22, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185