Pcloud
FreeNot checkedConnect pCloud storage to AI agents using this Model Context Protocol server written in Go.
About
Connect pCloud storage to AI agents using this Model Context Protocol server written in Go.
README
pcloud-mcp connects your pCloud storage to AI tools like Claude. It allows AI models to read, navigate, and manage your cloud files safely. Security remains the priority. This software uses strict access controls to prevent unauthorized access to your file system.
📁 What this does
- Connects your Claude AI to pCloud.
- Blocks unauthorized file access.
- Operates as a single, simple file.
- Uses secure account authorization.
🖥️ System requirements
This tool runs on Windows 10 or Windows 11. It requires no extra software installations or coding tools.
- Operating System: Windows 10 or 11 (64-bit)
- Disk Space: 50 MB
- Internet Connection: Required for pCloud login
📥 How to download and install
- Visit the official releases page to download the software.
- Look for the file ending in
.exeunder the latest release. - Save this file to a folder on your computer, such as your Downloads folder or Documents.
- Locate the saved file. You do not need to install it. The program runs as a standalone tool.
⚙️ Running the program
- Find the file you downloaded.
- Double-click the file named
pcloud-mcp.exe. - A small black window, known as a command prompt, will open. This window shows the status of the connection.
- Keep this window open while you use your AI tools. Closing this window stops the connection to your pCloud data.
- If Windows shows a security prompt requesting permission, click "Run" or "More info" then "Run anyway." This happens because the file is independent.
🔐 Security and your data
The program uses OAuth for authentication. You never share your main pCloud password with the AI. The tool only receives a secure token to access your files.
- Path-traversal-proof: The software blocks any attempt to look at files outside your pCloud drive.
- Local execution: The tool runs on your machine. No data passes through external servers except when you authorize access to specific files.
- Static binary: The file contains everything it needs to function. It does not pull in external pieces of software that could pose a risk.
🛠️ Connecting to Claude
To use pcloud-mcp with Claude, you must update your AI client configuration file.
- Open your Claude Desktop configuration file. This is usually located at
%APPDATA%\Claude\clauser_desktop_config.json. - Add the path to your downloaded file inside the configuration settings.
- Use the following format as a guide for your configuration file:
{ "mcpServers": { "pcloud": { "command": "C:\Path\To\Your\pcloud-mcp.exe" } } }
- Replace
C:\\Path\\To\\Your\\pcloud-mcp.exewith the actual location of the file on your computer. Note the double backslashes in the path. These are necessary for Windows configuration files.
❓ Troubleshooting common issues
If you encounter trouble, use these steps to fix the most common problems.
The windows closes immediately
This usually means a required setting is missing. Verify your pCloud login tokens are valid and that your internet connection is active. Check that your firewall permits the program to reach the pCloud servers.
The AI cannot see my files
Ensure your configuration file points to the exact location of the file on your hard drive. Restart the Claude application after saving changes to the configuration file.
Permissions errors
If the program struggles to run, right-click the file and select "Properties." Check the box marked "Unblock" if it appears under the General tab at the bottom. This tells Windows that you trust the file downloaded from the internet.
Keeping the software updated
Check the release page periodically for new versions. When a new version appears, simply download the new file and replace the old one in your folder. The program does not have an automatic update feature to ensure maximum stability and security.
Understanding the interface
The interface is intentionally simple. It acts as a bridge between your cloud storage and your AI tools. It does not perform tasks on its own. It waits for commands from your AI client and translates those into requests for pCloud. Once the command finishes, it returns the result to your AI client window. This keeps your interface clean and focused on your work.
Installing Pcloud
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/shaylaisotonic44/pcloud-mcpFAQ
Is Pcloud MCP free?
Yes, Pcloud MCP is free — one-click install via Unyly at no cost.
Does Pcloud need an API key?
No, Pcloud runs without API keys or environment variables.
Is Pcloud hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Pcloud in Claude Desktop, Claude Code or Cursor?
Open Pcloud on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Pcloud with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
