Loading MCP server directory, please wait...
Securely give LLMs controlled access to real-world operations inside your Files.com environment
npx @getmcp/cli add com.files/python-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FILES_COM_API_KEYFiles.com API Key. Create at <your-site>.files.com/ui/apiKeys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.files/python-mcp": {
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": ""
}
}
}
}