mcp-pcloud
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-pcloudList my pCloud files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-pcloud
A Model Context Protocol (MCP) server for pCloud cloud storage. Enables AI assistants like Claude to interact with your pCloud - listing files, creating folders, searching, sharing, and more.
Installation
Option 1: Via npm (Recommended)
npx -y mcp-pcloudOr install globally:
npm install -g mcp-pcloudAdd to Claude Code:
claude mcp add pcloud -e PCLOUD_USERNAME=you@example.com -e PCLOUD_PASSWORD=yourpassword -- npx -y mcp-pcloudOption 2: From Source
git clone https://github.com/fatherlinux/mcp-pcloud.git
cd mcp-pcloud
npm install
npm run buildAdd to Claude Code:
claude mcp add pcloud -e PCLOUD_USERNAME=you@example.com -e PCLOUD_PASSWORD=yourpassword -- node /path/to/mcp-pcloud/dist/index.jsFor EU accounts: Add -e PCLOUD_API_HOST=eapi.pcloud.com to either command.
Related MCP server: Filesystem MCP Server
Authentication
Option 1: Username/Password (recommended - no developer portal needed)
export PCLOUD_USERNAME=your_email@example.com
export PCLOUD_PASSWORD=your_passwordOption 2: Access Token (requires developer portal)
export PCLOUD_ACCESS_TOKEN=your_tokenAvailable Tools
Tool | Description |
| List folder contents |
| Create a folder |
| Delete a folder |
| Rename/move a folder |
| Copy a folder |
| Get file metadata |
| Delete a file |
| Rename/move a file |
| Copy a file |
| Get temporary download link |
| Create public share link |
| Search files and folders |
| Read text file contents |
| Get file checksums |
| Get account info and quota |
Example Usage
Once configured, ask Claude:
"List my pCloud files"
"How much storage am I using?"
"Search for PDF files in pCloud"
"Create a folder called Backups"
License
GPL-3.0 - fatherlinux
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fatherlinux/mcp-pcloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server