Skip to content
Windsurf

python mcp for Windsurf

com.files/python-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install python mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

python mcp in other clients