MCP Medium Accelerator
Extracts article links from Medium archive pages, retrieves article content, and enables summarization of articles (including translation to Italian). Summaries can be saved to local storage for future reference.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Medium Acceleratorsummarize the latest frontend articles from Medium in Italian"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-medium-accelerator
Questo MCP server permette a LLM come ad esempio Claude Desktop, dando in input una URL tipo "https://medium.com/tag/frontend/archive" di estrapolare tutti i link degli ultimi articoli. Creare un riassunto, anche in italiano degli articoli che interessano all'utente. Salvare il riassunto in una memoria locale da poter interpellare in qualsiasi momento.
Requisiti
Assicurati di avere installato:
Python ≥ 3.10
Claude Desktop
Related MCP server: web2md-mcp
Installazione locale
Clona il repository:
git clone https://github.com/crtdaniele/mcp-medium-accelerator
cd mcp-medium-acceleratorCrea e attiva un ambiente virtuale:
python -m venv venv
source venv/bin/activateInstalla le dipendenze:
pip install -r requirements.txt(Facoltativo) Aggiorna il file requirements.txt dopo aver aggiunto nuove librerie:
pip freeze > requirements.txtAvvio del server MCP
Per eseguire il server MCP in modalità sviluppo con hot reload:
mcp dev main.pyPer eseguire il server in modalità normale:
mcp run main.pyTool
Tool disponibili:
extract_article_links:
Estrae i link degli articoli da un URL di archivio Medium. Restituisce una lista di link agli articoli.
extract_article_text:
Estrae il contenuto di un articolo da un URL di Medium. Restituisce il contenuto dell’articolo. Chiede all’utente se desidera salvare il riassunto tramite save_summary.
save_summary:
Salva un riassunto di un articolo con titolo, URL e tag. Restituisce un messaggio di stato.
list_summaries:
Elenca tutti i riassunti salvati. Restituisce una lista di riassunti.
Installazione su Claude Desktop
mcp install main.pyOppure configura manualmente il file settings.json (Claude Desktop > Settings > Advanced):
{
"mcpServers": {
"mcp-medium-accelerator": {
"command": "/opt/homebrew/bin/uv",
"args": [
"run",
"--with",
"bs4",
"--with",
"httpx",
"--with",
"datetime",
"--with",
"tinydb",
"--with",
"mcp[cli]",
"mcp",
"run",
"/your-local-path/main.py"
]
}
}
}Licenza
MIT License. © 2025 Daniele Carta
Contribuire
Pull request benvenute!
Segnala bug o richiedi funzionalità aprendo una issue.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Claude Code MCP server that converts saved articles into AI-generated conversational podcasts tailored to user interests. It operates locally, fetching articles, generating dialogue scripts using Claude's LLM, and synthesizing audio through various TTS providers.393MIT
- AlicenseAqualityCmaintenanceMCP Server for Web2MD — convert webpage URLs to clean Markdown from Claude Desktop, Cursor, or any MCP-compatible agent.627MIT
- Alicense-qualityDmaintenanceA specialized MCP server for Claude Desktop that enhances AI-assisted medical learning by fetching and processing educational resources from PubMed, NCBI Bookshelf, and user-provided documents.MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server that provides Claude Desktop with persistent memory across conversations by storing, summarizing, and retrieving conversation history.3
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/crtdaniele/mcp-medium-accelerator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server