Skip to content
Cline

medium-ops for Cline

io.github.06ketan/medium-ops

Medium CLI + 23-tool MCP server. Your IDE drafts replies. No API keys.

client:Cline transport:stdio runtime:pypi

Install medium-ops in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "medium-ops": {
      "command": "uvx",
      "args": [
        "medium-ops"
      ],
      "env": {
        "MEDIUM_INTEGRATION_TOKEN": "<MEDIUM_INTEGRATION_TOKEN>",
        "MEDIUM_SID": "<MEDIUM_SID>",
        "MEDIUM_UID": "<MEDIUM_UID>",
        "MEDIUM_XSRF": "<MEDIUM_XSRF>",
        "MEDIUM_CF_CLEARANCE": "<MEDIUM_CF_CLEARANCE>",
        "MEDIUM_USERNAME": "<MEDIUM_USERNAME>",
        "MEDIUM_OPS_MCP_PATH": "<MEDIUM_OPS_MCP_PATH>",
        "MEDIUM_OPS_LLM_CMD": "<MEDIUM_OPS_LLM_CMD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

medium-ops in other clients