Skip to main content
Glama
yoyojyv

Medium MCP Server

by yoyojyv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEDIUM_ADDITIONAL_DOMAINSNoComma-separated list of additional Medium partner domains (e.g., "stackademic.com,another.com").

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_articleA

Read and extract content from a Medium article URL. Returns the article title, author, content in Markdown format, and metadata.

loginA

Open a browser window to log in to Medium. After logging in, use 'save_login' to save your session for accessing member-only content.

save_loginA

Save the current login session after completing login in the browser. Must be called after 'login' tool.

logoutA

Clear the saved Medium login session.

login_statusA

Check if you are currently logged in to Medium.

add_domainA

Add a custom Medium partner domain to the allowed list. The domain will be saved to config file.

list_domainsA

Show all allowed Medium domains (default + custom + environment)

remove_domainA

Remove a custom domain from the allowed list. Cannot remove default domains.

list_author_articlesA

Get a list of articles from a Medium author. Uses RSS feed by default (fast, ~10 recent articles with full content). Use source='scrape' for more articles (slower, may trigger bot detection).

search_articlesA

Search for articles across all of Medium. Uses web scraping (may trigger bot detection).

search_author_articlesA

Search for articles within a specific author's posts. Uses RSS feed (fast, limited to ~10 recent articles).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoyojyv/medium-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server