- Explore MCP Servers
- mercury-parser
Mercury Parser
What is Mercury Parser
Mercury Parser is an MCP wrapper for the maintained fork of Postlight Parser, designed to extract meaningful content from web pages.
Use cases
Use cases include extracting article content from news websites, gathering information for research, and integrating with applications that require web scraping capabilities.
How to use
To use mercury-parser with MCP, add the specified configuration to your ‘claude_desktop_config.json’ file, which includes the command ‘npx’ and the appropriate arguments.
Key features
Key features include the ability to parse HTML content, extract metadata, and provide structured data in a user-friendly format.
Where to use
Mercury-parser can be used in web development, content management systems, and applications that require content extraction from various web sources.
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 Mercury Parser
Mercury Parser is an MCP wrapper for the maintained fork of Postlight Parser, designed to extract meaningful content from web pages.
Use cases
Use cases include extracting article content from news websites, gathering information for research, and integrating with applications that require web scraping capabilities.
How to use
To use mercury-parser with MCP, add the specified configuration to your ‘claude_desktop_config.json’ file, which includes the command ‘npx’ and the appropriate arguments.
Key features
Key features include the ability to parse HTML content, extract metadata, and provide structured data in a user-friendly format.
Where to use
Mercury-parser can be used in web development, content management systems, and applications that require content extraction from various web sources.
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
mercury-parser
- This is an MCP wrapper to jocmp/mercury-parser: A maintained fork of Postlight Parser
How to use MCP with npx
Claude Desktop
-
Add the following entry to
claude_desktop_config.json
{ "mcpServers": { "mercury-parser": { "command": "npx", "args": [ "@koichikawamura/mercury-parser", "mercury-parser-mcp" ] } } }
DevTools 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.