M

Medium Ops

Medium content management with 22 tools for browsing posts, managing responses, tracking claps, and automating replies.

Medium·No reviews yet
Repo Docs
Share:

About

Medium content management with 22 tools for browsing posts, managing responses, tracking claps, and automating replies.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Medium Ops.

What is Medium Ops used for?
Medium Ops provides 22 tools for managing Medium content. Its capabilities include browsing posts, managing responses, tracking claps, and automating replies, making it suitable for content creators and managers.
How do I install Medium Ops in a client?
Installation typically involves adding the 'medium-ops' slug to your MCP client's configuration. Specific steps may vary depending on whether you are using Claude Desktop, Cursor, or Cline.
Does Medium Ops require an API key or other credentials?
No, Medium Ops uses the stdio transport and does not require an API key, OAuth, or any other credentials for operation.
What are the key capabilities of Medium Ops?
Medium Ops includes tools for comprehensive Medium content management. These tools support diverse operations like post browsing, response management, clap tracking, and automated reply functionalities.
Are there any known limitations or prerequisites for Medium Ops?
This MCP's functionality depends on a standard I/O (stdio) transport. Users should ensure their environment supports this transport for proper integration with MCP clients.
Is there a cost associated with using Medium Ops?
Medium Ops is an open-source project hosted on GitHub. Its usage is generally free, but specific costs may depend on your hosting environment or any services integrated with the tools.

Install Medium Ops

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "medium-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medium-ops"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "medium-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medium-ops"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "medium-ops": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medium-ops"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.