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.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop and other MCP clients to interact with WebDAV file systems through natural language commands for CRUD operations.Last updated811717MIT
- Flicense-qualityFmaintenanceA Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.Last updated2645
- Flicense-qualityDmaintenanceIntegration project for Model Context Protocol (MCP) servers with Claude Desktop App, enabling filesystem operations, development support, and file management through natural language.Last updated
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Proton Drive files, supporting operations like listing, reading, creating, and deleting files and folders.Last updated73916MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
The personal context layer for AI: your profile and files, read by any MCP client over OAuth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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