# Dropbox Paper MCP for AI Agents AI Agent Connect

> Dropbox Paper lets you manage your collaborative documents directly through your AI agent. You can create new Paper docs from markdown, search through your entire library of files, and organize your workspace by moving or renaming documents. It also handles shared links and storage quotas, making it a one-stop shop for managing your team's knowledge base without switching tabs.

## Overview
- **Category:** collaboration
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_F1BW9c6nR0jLJcjySDqWCBuWRHi5iItWUpwYJx2B/ai-agent-connect
- **Tags:** collaborative-editing, markdown-support, team-workspace, document-creation, content-management

## Description

Managing a team's knowledge base usually means jumping between browser tabs, hunting for that one specific doc, and manually updating permissions. This Connector changes that by bringing your Dropbox Paper library into your primary workspace. Instead of digging through folders, you just tell your agent what you're looking for. It handles the heavy lifting of finding content, checking metadata, and moving files around while you stay focused on the actual work. You can even have your agent spin up brand-new documents based on raw markdown notes you've already jotted down. It's a huge time saver for anyone who lives in collaborative docs but hates the friction of manual file management. By adding this to your setup through the Vinkius catalog, you turn your AI into a dedicated document librarian. You'll spend less time clicking and more time actually writing, because your agent can now handle the organizational overhead of your shared workspace. Whether you're a content creator drafting a long-form piece or a project manager tracking team notes, this connection removes the friction of navigating complex folder structures. It's about making your documents accessible and organized through simple conversation.

## Tools

### delete_file
Permanently remove a document or file from your Dropbox. Use this to clean up old drafts and free up space.

### list_shared_folders
See a list of all folders you've shared or that have been shared with you. Use this to audit your team's access levels.

### create_folder
Create a new folder at a specific path in your Dropbox. This helps you organize your workspace into logical sections.

### get_account
See the profile details of the currently authenticated Dropbox account. It's useful for verifying your current permissions.

### get_space_usage
Check how much storage space you've used and what your limit is. This keeps you from running out of room unexpectedly.

### list_shared_links
View all the public and private links you've created for files or folders. It's a great way to track what's accessible.

### list_files_continue
Grab the next batch of files when a folder contains a huge amount of content. This ensures you don't miss any documents.

### search_files
Find specific content across all your Paper documents using full-text search. This is the fastest way to locate buried info.

### get_metadata
Get the technical details like IDs and hashes for a specific file or document. This is helpful for advanced organization.

### create_document
Generate a new Paper document using your own markdown content. It lets you turn notes into rendered docs instantly.

### list_files
Browse the contents of any specific Dropbox folder to find what you need. Use this to see what's inside a directory.

### move_file
Change the location or the name of an existing file or Paper document. This makes it easy to keep your file structure organized.

## Prompt Examples

**Prompt:** 
```
Create a Paper doc at '/Notes/Draft.paper' with content: '# Meeting Notes\n- Item 1'
```

**Response:** 
```
Document created! I've generated '/Notes/Draft.paper' with your Markdown content. You can now access it in Dropbox Paper for further collaboration.
```

**Prompt:** 
```
Search my Paper documents for 'marketing strategy'
```

**Response:** 
```
Searching Paper docs... I found 2 matches: 'Q4 Marketing Plan.paper' and 'Brand Guidelines.paper'. Would you like to see the full path or metadata for either document?
```

**Prompt:** 
```
Move '/Documents/Old_Report.paper' to '/Archive/2023/'
```

**Response:** 
```
File moved successfully! '/Documents/Old_Report.paper' is now located at '/Archive/2023/Old_Report.paper'. The document's ID and sharing links remain unchanged.
```

## Capabilities

### Create docs from markdown
Turn your raw text notes into rendered Paper documents automatically.

### Search your entire library
Find specific content across all your Paper documents using full-text search.

### Organize your workspace
Move or rename documents to keep your folders tidy and structured.

### Audit shared access
List all shared links and folders to see exactly who has access to your files.

### Monitor storage limits
Check your current storage usage and remaining quota instantly.

### Retrieve document metadata
Get specific file IDs, hashes, and structural details for any document.

## Use Cases

### Drafting a Strategy
A writer asks the agent to create a 'Q4 Strategy' doc with markdown notes, then asks it to move that doc to the 'Drafts' folder.

### Finding Meeting Notes
A manager asks the agent to search for 'budget' across all Paper docs to find the most recent notes.

### Cleaning Up Workspace
An admin asks the agent to list all shared links to find and remove old public access to a project.

### Checking Storage
A team lead asks the agent to check current storage usage to see if they need to upgrade their plan.

## Benefits

- Stop hunting for files by using `search_files` to find specific text across your entire Paper library instantly.
- Keep your workspace tidy by using `move_file` and `create_folder` to organize documents without opening a browser.
- Build content faster by using `create_document` to turn raw markdown notes into rendered Paper artifacts.
- Stay on top of permissions with `list_shared_folders` and `list_shared_links` to see exactly what's public.
- Monitor your storage health with `get_space_usage` to make sure you never hit your account limits unexpectedly.
- Get precise data for your workflows by using `get_metadata` to pull specific file IDs and structural hashes.

## How It Works

The bottom line is you get a searchable, manageable document library that your AI can interact with directly.

1. Subscribe to the Dropbox Paper MCP on Vinkius.
2. Provide your Dropbox Generated Access Token from the App Console.
3. Tell your AI client to create, search, or organize your docs.

## Frequently Asked Questions

**Can the Dropbox Paper MCP create new documents for me?**
Yes, it can create new documents directly from your markdown notes. You just provide the content in your prompt, and the Connector handles the creation.

**Can I search for specific text inside my Paper docs?**
Yes, it performs full-text searches across your entire Paper library. This makes it easy to find specific information buried in your documents.

**Does this Connector let me organize my folders?**
Yes, you can use it to move, rename, or create new folders. This helps you keep your workspace clean and well-structured without opening a browser.

**How do I manage shared links with this?**
It can list all your shared links so you can audit who has access to what. It's a great way to manage permissions across your team's workspace.

**Can it tell me how much storage I have left?**
Yes, it can check your current storage usage and quota in your Dropbox account instantly, so you can stay on top of your limits.

**Does it work with markdown?**
Yes, it handles markdown boundaries to create rendered Paper artifacts. You can provide raw markdown and the agent will handle the rest.

**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.