MCP Web Extractor
@iemong
About MCP Web Extractor
MCP server that extracts web content using Readability.js
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Web Extractor?
MCP Web Extractor is a Model Context Protocol (MCP) server that uses Readability.js to fetch web pages and extract the main content, stripping ads, sidebars, and other distractions. It returns clean text along with metadata (title, excerpt, etc.) and is designed for saving readable versions of articles to Obsidian notes.
How to use MCP Web Extractor?
Clone the repository, install dependencies with npm install, build the project with npm run build, and start the server with npm start. The server runs on http://localhost:3000 with the MCP endpoint at http://localhost:3000/mcp. You can use the included client example (ts-node-esm client-example.ts) or integrate with Obsidian via the provided obsidian-integration.ts example.
Key features of MCP Web Extractor
- Extracts readable content from any URL
- Removes ads, sidebars, and other distractions
- Returns clean text along with metadata (title, excerpt, etc.)
- Easy integration with Obsidian via MCP
Use cases of MCP Web Extractor
- Saving clean, readable versions of articles to Obsidian notes
- Extracting main content from web pages for further processing
FAQ from MCP Web Extractor
What technology does MCP Web Extractor use for extraction?
It uses Readability.js to parse and extract the main content from web pages.
How do I install and run MCP Web Extractor?
Clone the repository, run npm install, npm run build, and npm start. The server will start on http://localhost:3000.
What API endpoint does MCP Web Extractor provide?
It provides an extract-content capability that takes a { url: string } parameter and returns { title, content, textContent, excerpt, siteName }.
Can I integrate MCP Web Extractor with Obsidian?
Yes, the repository includes an obsidian-integration.ts file as an example of how to integrate the MCP server with Obsidian.
What license is MCP Web Extractor released under?
It is released under the MIT License.
Frequently asked questions
What technology does MCP Web Extractor use for extraction?
It uses Readability.js to parse and extract the main content from web pages.
How do I install and run MCP Web Extractor?
Clone the repository, run `npm install`, `npm run build`, and `npm start`. The server will start on `http://localhost:3000`.
What API endpoint does MCP Web Extractor provide?
It provides an `extract-content` capability that takes a `{ url: string }` parameter and returns `{ title, content, textContent, excerpt, siteName }`.
Can I integrate MCP Web Extractor with Obsidian?
Yes, the repository includes an `obsidian-integration.ts` file as an example of how to integrate the MCP server with Obsidian.
What license is MCP Web Extractor released under?
It is released under the MIT License.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
Comments