Dropbox Paper MCP. Manage every file and document in natural conversation.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Dropbox Paper MCP Server connects your AI client directly to your Paper documents. Create new docs, search content across all files, list folders, or move documents using natural conversation.
It gives your agent full control over your collaborative writing and file structure.
What your AI agents can do
Create document
Creates a new Dropbox Paper document, accepting Markdown content for the initial draft.
Create folder
Creates a new folder at the specified path within your Dropbox account.
Delete file
Permanently deletes any file or Paper document in your workspace.
Generate a new Dropbox Paper file, accepting raw Markdown text as its initial content.
Create new folders at a specific path or list all existing folders in a given directory.
Execute a full-text search across all your Paper files to find relevant content snippets.
Relocate or rename a Paper document or file using a single atomic operation.
Retrieve detailed metadata, including structural limits and file IDs, for any specific document.
View your current Dropbox storage space usage and quota.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Dropbox Paper MCP Server: 12 Tools for Docs & Files
These tools let your AI client create, search, move, and audit every file and document in your Dropbox Paper workspace.
019d7589create document
Creates a new Dropbox Paper document, accepting Markdown content for the initial draft.
019d7589create folder
Creates a new folder at the specified path within your Dropbox account.
019d7589delete file
Permanently deletes any file or Paper document in your workspace.
019d7589get account
Retrieves your authenticated Dropbox account profile and identity bindings.
019d7589get metadata
Gets detailed structural metadata for a specific file or Paper document.
019d7589get space usage
Checks your current Dropbox storage space usage and remaining quota.
019d7589list files
Lists all files and Paper documents found within a specified folder path.
019d7589list files continue
Continues listing files in a large folder directory after the initial results page.
019d7589list shared folders
Lists all folders that are shared with or by your account.
019d7589list shared links
Lists all public or restricted links created for files or folders.
019d7589move file
Moves or renames an existing file or Paper document to a new location.
019d7589search files
Performs a full-text search across all Paper documents for specific keywords or phrases.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Dropbox Paper, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Yo, this Dropbox Paper MCP Server hooks your AI client right into your Paper docs. You can create new docs, search what's in your files, list folders, or move stuff around—all just by talking to it. It gives your agent total control over your writing and file setup.
Creating Docs and Files
- You can make a new Dropbox Paper document, and you can even dump raw Markdown text into it for the starting draft.
- The agent lets you list all the files and Paper documents in a specific folder path.
- You can also list all the folders that are shared with or by your account, or check out all the public or restricted links you've made for files or folders.
- You'll get detailed structural metadata for any specific file or Paper document using
get_metadata. - You can check your current Dropbox storage space usage and see what quota you've got left by running
get_space_usage. - You can permanently delete any file or Paper document in your workspace using
delete_file.
Organizing Your Stuff
- To keep things tidy, you can create a new folder at a specific path using
create_folder. - You can move or rename an existing file or Paper document to a new spot using
move_file. - You can list every single file and Paper document found in a given folder path with
list_files. - If a folder is huge, you can continue listing files using
list_files_continueuntil you see everything.
Finding Content
- Need to find something?
search_filesruns a full-text search across all your Paper documents for keywords or phrases.
Account Info
- You can get your authenticated Dropbox account profile and identity bindings by calling
get_account.
How Dropbox Paper MCP Works
- 1 Subscribe to the server and provide your Dropbox Generated Access Token.
- 2 Your AI agent connects via the MCP standard.
- 3 You issue a command (e.g., 'Search for Q4 budgets') and the agent runs the necessary tools to execute the task.
The bottom line is that your agent treats your entire Dropbox Paper workspace like a command-line file system.
Who Is Dropbox Paper MCP For?
Anyone who deals with shared knowledge bases and structured documentation. This is for the Content Manager who spends hours manually organizing files, the Technical Writer who needs to draft and audit documents quickly, or the Project Lead who needs to search across dozens of shared folders without clicking through a GUI.
Drafting, organizing, and auditing project documentation by creating new Paper files and running metadata checks on existing ones.
Searching deep content across hundreds of documents and managing shared folder permissions using natural conversation.
Tracking team contributions, auditing document metadata, and moving finalized documents into archive folders.
What Changes When You Connect
- Search deep content across your entire Paper library using
search_files. You don't have to open one document at a time to find a single paragraph from a Q4 plan. - Keep your document structure clean. Use
move_fileto instantly archive old drafts or rename files without leaving your chat window. - Get a full map of your collaboration space with
list_shared_folders. You see every folder shared with your team at a glance. - Draft and version content faster. Call
create_documentto generate a new Paper file instantly, feeding it structured Markdown. - Audit your workspace state. Use
get_metadatato pull exact file IDs and structural limits, which is crucial for developers testing integrations. - Monitor capacity. Before a big content push, run
get_space_usageto check your quota and prevent accidental write failures.
Real-World Use Cases
Finding a specific compliance clause
The compliance officer needs a clause from a project document that was created last month. Instead of guessing which of the 50 shared folders holds it, they prompt the agent: 'Search for 'data residency clause' in all Paper docs.' The agent uses search_files and returns the exact file path and content snippet.
Restructuring an archived project
The PM finishes a project and needs to move all related files into a dedicated archive. They ask the agent to use list_files to find all documents in the 'Project Alpha' folder, and then run move_file to shift them all to '/Archive/2024/Project_Alpha_Complete'. No manual drag-and-drop needed.
Setting up a new team collaboration hub
The team lead needs a new working area. They ask the agent to run create_folder to build '/Q3_Strategy' and then create_document to build 'Q3 Plan.paper' inside it. The entire initial setup happens in a single conversation flow.
Checking file access and ownership
A developer needs to verify if a shared file is public or restricted. They prompt the agent to use list_shared_links to list all links associated with 'Client XYZ' and check the public status, confirming access control before deployment.
The Tradeoffs
Treating it like a file browser
Manually calling list_files and then running list_files_continue multiple times in a chat window. This is tedious and doesn't help you find content, only file names.
→
If you need content, run search_files. If you need to know the structure, use list_shared_folders first, then use list_files on the specific folder path.
Over-relying on single tool calls
Running get_metadata on a file, getting the ID, and then having to manually prompt the agent to move it. This breaks the flow.
→
Use move_file directly, referencing the file name and the destination path in one prompt. The agent handles the ID lookup and the atomic move operation.
Assuming a file exists
Asking the agent to move a file to a path that doesn't exist, or trying to search for content that isn't in a Paper document.
→
Always use list_files or list_shared_folders first to confirm the exact file path. Then, use move_file or create_folder to ensure the destination structure is valid.
When It Fits, When It Doesn't
Use this server if your primary need is managing the lifecycle of structured documents and the content within them. You need to search across the text, not just the filenames. Use it to create, search, and organize files in bulk. Don't use it if you only need to manage external integrations (like sending emails or updating a CRM record). For those tasks, use a messaging or record-keeping server instead. If your goal is simply to see a list of all files, list_files works. But if you need to find a specific sentence from a document, you must use search_files.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Dropbox Paper. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 12 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Manually finding and organizing documents across shared drives is a nightmare.
Today, you open Dropbox, click into a folder, then click into a sub-folder. You run into a document you need, but it's buried in a folder named 'Drafts - Final - v2.' You then have to copy the file name, switch tabs to open the file, and copy the content you need to paste into an email or report. It's a cycle of clicking, renaming, and copy-pasting.
With the Dropbox Paper MCP Server, you just tell your agent: 'Find the Q3 budget draft and pull the key assumptions.' The agent uses `search_files` to locate the document, extracts the needed content, and gives it to you—all without you leaving the chat window.
Dropbox Paper MCP Server: Control the document lifecycle.
Before this, moving a document was a two-step process: you had to locate the file path, and then you had to perform the move action, often requiring you to check the destination folder manually. The old way was clunky, slow, and prone to human error when dealing with hundreds of files.
Now, you simply tell your agent to 'Move the Q3 report to the archive.' The agent uses `move_file` and completes the action instantly. The document is moved, renamed, and updated in the background. That's how it's supposed to work.
Common Questions About Dropbox Paper MCP
How do I use the `search_files` tool with Dropbox Paper? +
You simply ask your agent to search for the content. The agent translates your request into a full-text search query, finding content snippets across all your Paper documents. You don't need to know the file name or the folder path.
Can I use `create_document` to start a new folder? +
No, create_document only makes a Paper file. Use the create_folder tool specifically for creating new directory structures.
What if I need to move a file, but I don't know its full path? (move_file) +
First, run list_files on the general directory to get the file name, or use search_files to find the document and get its full path. Then, use move_file with the discovered path.
How do I check if my Paper documents are shared publicly? (list_shared_links) +
Use the list_shared_links tool. This lists all links—both public and restricted—that have been generated for your files or folders, helping you manage exposure.
How do I manage my document permissions using the `list_shared_folders` tool? +
The list_shared_folders tool shows every folder shared with or by you. You can use this list to verify if a team member has access to the correct project area before attempting modifications.
What is the best way to ensure I can access all my documents before I use `search_files`? +
First, use list_files to browse the specific folder paths you need. This ensures the AI agent has visibility into the correct document directory before running a full-text search.
Does `get_metadata` provide enough information to track who last edited a document? +
Yes, get_metadata retrieves detailed structural limits and file IDs. This data includes ownership and modification timestamps, letting you audit who changed the file and when.
If I need to perform multiple file operations, should I use `move_file` or `delete_file` first? +
move_file handles both moving and renaming documents. It's better to use this tool first to place the document in its correct location before deleting or performing other actions.
Can my agent create a new Paper document with Markdown content? +
Yes. Use the 'create_document' tool. Provide the destination path and your Markdown text. The agent will parse the boundaries and generate a rendered '.paper' artifact in your Dropbox account.
How do I search across all my Paper documents via chat? +
Use the 'search_files' tool. It executes deep full-text indexing queries specifically filtering for '.paper' files, allowing you to find content across your entire workspace through natural language.
Can I move a Paper document to a different folder through the agent? +
Absolutely. Use the 'move_file' tool. Provide the current 'from_path' and the new 'to_path'. The agent will transmit a logical atomic operation to relocate the document safely while maintaining its unique ID.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Hashnode
Manage your Hashnode blog directly from your AI agent — fetch user profiles, read publication posts, and publish or update content.
Nifty (All-in-One Project Management)
Manage projects via Nifty — create tasks, track sprint milestones, and audit project portfolios.
Zoom
Manage video meetings, webinars, and users on Zoom — the world's leading collaboration and communication platform.
You might also like
Home Assistant
Control smart home devices and automations via Home Assistant REST API — lights, climate, media, covers, sensors, and more.
Pendo
Manage product engagement via Pendo — list guides, track page views, and analyze visitor behavior directly from any AI agent.
Digify
Share documents securely with dynamic watermarks, access controls, and analytics that show exactly who viewed each page.