medium-mcp-server
Verified Safeby carlos-dev
Overview
An MCP server to search, filter, extract, and summarize articles about AI from Medium for AI agents.
Installation
npm run devSecurity Notes
The server uses Zod for input validation, preventing common injection vulnerabilities. URLs are explicitly checked to ensure they are from medium.com, mitigating SSRF risks. HTML parsing uses cheerio in the local server code to extract content, and regex parsing in the Vercel deployment code. While the scraper attempts to remove script/style tags from extracted content, consumers of this tool should still perform their own sanitization if the content is to be rendered in a browser to prevent XSS. No hardcoded secrets or 'eval' usage found. CORS is set to allow all origins, which is typical for public MCP servers.
Similar Servers
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
crawl-mcp
A comprehensive Model Context Protocol (MCP) server that wraps the crawl4ai library for advanced web crawling, content extraction, and AI-powered summarization from various sources including web pages, PDFs, Office documents, and YouTube videos.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.
fetcher-mcp
Fetching and processing web page content (HTML to Markdown) using a headless browser for AI-driven applications.