If you're managing a Medium presence from Cursor, Claude Desktop, or OpenCode, this server wires up 23 tools for reading stories via RSS and GraphQL, posting responses, clapping, checking stats, and publishing drafts. The reply engine is clever: your IDE's LLM drafts the comment using propose_reply and confirm_reply tools, so you skip separate API keys. Install is one uvx command that drops config into your MCP host. Auth uses Medium's integration token for writes and a session cookie for dashboard reads. Everything defaults to dry-run with audit logs and dedup checks in SQLite. Includes a standalone CLI if you want to script feed pulls or bulk reply workflows outside the MCP flow.
claude mcp add --transport stdio 06ketan-medium-ops uvx medium-ops