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.0.tar.gz
(58.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.0.tar.gz.
File metadata
- Download URL: dropbox_paper_mcp-0.1.0.tar.gz
- Upload date:
- Size: 58.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 |
e6ef99f4c2edcde655bb7646495e5c75d4709bd0d0a328bc3c0b854ea01480cb
|
|
| MD5 |
bfd6844aab12077d438ed27ef01436ea
|
|
| BLAKE2b-256 |
4b81705940bb19d8f3d5349d949f208a331a7c9c962170ec9b96294b60c0d1ab
|
File details
Details for the file dropbox_paper_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dropbox_paper_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.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 |
fb64ea5d04c3b474b10ccc07f057e40049bba3bde588700e6a7f31fd6e4b34fd
|
|
| MD5 |
01bc18cd0a16790079d9512a7bf4db55
|
|
| BLAKE2b-256 |
f81f66261edd80fae0c7769cce6651dfb2d82d30456d0aa68f5c868195de59b4
|