python mcp for Claude Desktop
com.files/python-mcp
Local-only Python MCP server for the Files.com API.
client:Claude Desktop
transport:stdio
runtime:pypi
Install python mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"python-mcp": {
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<FILES_COM_API_KEY>",
"FILES_COM_LOCAL_ROOT": "<FILES_COM_LOCAL_ROOT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs