Productivity|Development|AI / ML|Cloud|UtilitiesGo
plik
MCP server for managing file uploads and interactions for AI agents.
N/A rating (0 reviews)0 installs1,737 GitHub stars
file_uploadAI_integrationtemporary_storage
The MCP server facilitates seamless communication between AI agents and the Plik file upload system, enabling efficient file transfers and management. It supports various authentication methods and storage backends, ensuring flexibility and security for AI applications.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"plik": {
"args": [
"-y",
"@modelcontextprotocol/server-plik"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.