Dropbox Paper MCP Server
Project description
Dropbox Paper MCP Server
MCP server for Dropbox Paper built with FastMCP.
Features
| Tool | Description |
|---|---|
paper_search |
Search Paper documents |
paper_get_content |
Get Paper content (Markdown format) |
paper_get_metadata |
Get Paper metadata |
paper_create |
Create new Paper from Markdown |
paper_list |
List all Paper documents |
list_folder |
List files and folders in a directory |
Configuration
- Create a
.envfile:
DROPBOX_ACCESS_TOKEN=your_access_token_here
- Install dependencies:
uv sync
Running
Using uvx (after publishing)
uvx dropbox-paper-mcp
Local development
uv run dropbox-paper-mcp
Or:
uv run python main.py
MCP Client Configuration
Add to Claude Desktop or other MCP clients:
{
"mcpServers": {
"dropbox-paper": {
"command": "uvx",
"args": ["dropbox-paper-mcp"],
"env": {
"DROPBOX_ACCESS_TOKEN": "your_token_here"
}
}
}
}
API Permissions Required
files.metadata.read- Search and metadatafiles.content.read- Get document contentfiles.content.write- Create new documents (optional)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dropbox_paper_mcp-0.1.2.tar.gz
(59.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dropbox_paper_mcp-0.1.2.tar.gz.
File metadata
- Download URL: dropbox_paper_mcp-0.1.2.tar.gz
- Upload date:
- Size: 59.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8910cc69dc984956383ffa8705e56282472360dc530c9ecdea51f317b172bc7f
|
|
| MD5 |
1d99081b9c1dde4aac4760fde35eb808
|
|
| BLAKE2b-256 |
d4cc6ffa1e9fe9bc68900f98ead9ffab484d25dd7308148d5defef2c26638825
|
File details
Details for the file dropbox_paper_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dropbox_paper_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57b8f1b352fa2abff715f15604a5c2be513984fa04b829f204c5e6814d22ee97
|
|
| MD5 |
0818c92af227ce1ac5dffeb2d28aaa6d
|
|
| BLAKE2b-256 |
0cd738c1cd30cff0999cd725870b6d90784e5830c68393a45c9bc156b1360e66
|