- Explore MCP Servers
- mcp-medium-accelerator
Mcp Medium Accelerator
What is Mcp Medium Accelerator
mcp-medium-accelerator is an MCP that allows Claude Desktop to fetch articles by tag from Medium.com and summarize specific articles.
Use cases
Use cases include generating summaries for blog posts, extracting information for research papers, and curating content for newsletters.
How to use
To use mcp-medium-accelerator, set up a Python virtual environment, install the required packages, and launch the MCP using the command ‘mcp dev main.py’. Then, install it in Claude Desktop with ‘mcp install main.py’.
Key features
Key features include fetching articles by tags, summarizing articles, and integration with Claude Desktop for enhanced article management.
Where to use
mcp-medium-accelerator can be used in content curation, research, and any application where summarizing online articles is beneficial.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Medium Accelerator
mcp-medium-accelerator is an MCP that allows Claude Desktop to fetch articles by tag from Medium.com and summarize specific articles.
Use cases
Use cases include generating summaries for blog posts, extracting information for research papers, and curating content for newsletters.
How to use
To use mcp-medium-accelerator, set up a Python virtual environment, install the required packages, and launch the MCP using the command ‘mcp dev main.py’. Then, install it in Claude Desktop with ‘mcp install main.py’.
Key features
Key features include fetching articles by tags, summarizing articles, and integration with Claude Desktop for enhanced article management.
Where to use
mcp-medium-accelerator can be used in content curation, research, and any application where summarizing online articles is beneficial.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
Installazione locale
- Clona il repository:
git clone https://github.com/crtdaniele/mcp-medium-accelerator
cd mcp-medium-accelerator
- Crea e attiva un ambiente virtuale:
python -m venv venv
source venv/bin/activate
- Installa le dipendenze:
pip install -r requirements.txt
- (Facoltativo) Aggiorna il file requirements.txt dopo aver aggiunto nuove librerie:
pip freeze > requirements.txt
Avvio del server MCP
Per eseguire il server MCP in modalità sviluppo con hot reload:
mcp dev main.py
Per eseguire il server in modalità normale:
mcp run main.py
Tool
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.py
Oppure 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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










