medium-ops
Medium CLI + 23-tool MCP server. Your IDE drafts replies. No API keys.
{
"mcpServers": {
"medium-ops": {
"command": "uvx",
"args": [
"medium-ops"
],
"env": {
"MEDIUM_INTEGRATION_TOKEN": "<your-medium_integration_token>",
"MEDIUM_SID": "<your-medium_sid>",
"MEDIUM_UID": "<medium_uid>",
"MEDIUM_XSRF": "<your-medium_xsrf>",
"MEDIUM_CF_CLEARANCE": "<your-medium_cf_clearance>",
"MEDIUM_USERNAME": "<medium_username>",
"MEDIUM_OPS_MCP_PATH": "<medium_ops_mcp_path>",
"MEDIUM_OPS_LLM_CMD": "<medium_ops_llm_cmd>"
}
}
}
}MEDIUM_INTEGRATION_TOKENLegacy Medium Integration Token (api.medium.com/v1/*). Optional. Generate at medium.com/me/settings → 'Integration tokens' (note: Medium stopped issuing new tokens in 2023).
MEDIUM_SIDMedium 'sid' cookie value from medium.com (Application → Cookies). Used for authenticated reads + dashboard GraphQL.
MEDIUM_UIDMedium 'uid' cookie value. Required alongside sid for some authenticated endpoints.
MEDIUM_XSRFMedium 'xsrf' cookie value. Required for any dashboard write (post_response, publish_post, delete_post, draft updates).
MEDIUM_CF_CLEARANCECloudflare 'cf_clearance' cookie. Only required when Cloudflare challenges your IP for dashboard write calls.
MEDIUM_USERNAMEYour Medium handle (without the @). Required for the public RSS read path so the client knows whose feed to fetch.
MEDIUM_OPS_MCP_PATHOverride path to the mcp.json file the auth layer reads. Defaults to ~/.cursor/mcp.json.
MEDIUM_OPS_LLM_CMDOptional: override the host CLI used by the unattended daemon path (default: auto-detect claude / cursor-agent / codex on PATH). Use {prompt} placeholder if your CLI takes the prompt as an arg.
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
A MCP server built for developers enabling Git based project management with project and personal…
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.