Skip to content
Gemini CLI

python mcp for Gemini CLI

com.files/python-mcp

Local-only Python MCP server for the Files.com API.

client:Gemini CLI transport:stdio runtime:pypi

Install python mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

python mcp in other clients