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
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments