Fetches GitHub REST API OpenAPI specifications and converts them to Markdown format for documentation and analysis.
Fetches and parses OpenAPI 3.x and Swagger 2.0 specification files, converting them to structured Markdown documentation with professional validation, reference resolution, and endpoint summaries.
Fetches and converts Tailwind CSS documentation to Markdown format with enhanced content processing and analytics.
π Website to Markdown MCP Server
Language: English | ηΉι«δΈζ
A powerful Model Context Protocol (MCP) server designed for fetching website content and converting it to Markdown format, making it easier for AI to understand and process website information.
β¨ Key Features
π Enhanced Processing | π OpenAPI Support | βοΈ Smart Analysis | π― Advanced Extraction |
AI-powered content cleanup | OpenAPI 3.x/Swagger 2.0 | Reading time calculation | Main content detection |
Auto ad removal | Professional validation | Word count statistics | Language detection |
Content summarization | Structured API parsing | Smart retry mechanism | Multi-format support |
π What's New in v1.2.0
π Major Enhancements
Feature | Status | Description |
π§ Enhanced Content Processor | β | AI-powered content cleaning and extraction |
π Smart Analytics | β | Word count, reading time, content summary |
π Language Detection | β | Automatic language identification |
π― Intelligent Retry | β | Smart retry mechanism with exponential backoff |
π Stealth Browser | β | Anti-detection browsing capabilities |
β‘ Rate Limiting | β | Built-in rate limiting and concurrency control |
π§Ή Content Cleanup | β | Remove ads, navigation, and irrelevant content |
π Enhanced Markdown | β | Support for strikethrough, underline, highlights |
π Quick Start
π― Method 1: NPX Installation (π Recommended)
π‘ Easiest way: No local installation needed!
Step 1: Create Configuration File π
Create a my-websites.json file:
Step 2: Configure MCP Server βοΈ
Add to .cursor/mcp.json:
Step 3: Restart and Test π
Restart Cursor
Open Chat and use Agent mode
Test command:
Please list all configured websites
π Done! No installation required!
π― Method 2: Local Installation
π‘ Best Practice: Use this method for development or customization!
Step 1: Clone and Build
Step 2: Configure MCP Server
Add to .cursor/mcp.json:
π₯ Enhanced Output Features
π Rich Content Analysis
Every fetched content now includes:
π Content Summary: AI-generated summary of the main content
β±οΈ Reading Time: Estimated reading time based on content length
π’ Word Count: Accurate word count for both English and Chinese
π Language Detection: Automatic language identification
π― Content Quality Score: Assessment of content relevance
π Enhanced Markdown Output
π Complete OpenAPI/Swagger Support
π₯ Professional API Documentation
Feature | OpenAPI 3.x | Swagger 2.0 | Description |
π Auto Detection | β | β | Support JSON/YAML formats |
β Professional Validation | β | β | Using
|
π Structured Parsing | β | β | Endpoints, parameters, responses |
π Reference Resolution | β | β | Auto handle
references |
π Smart Summary | β | β | Generate API overview |
π Formatted Output | β | β | Readable Markdown |
π Pre-configured Example Websites
π¦ Installation & Setup
π οΈ System Requirements
Node.js 20.18.1+ (Recommended: v22.15.0 LTS)
npm 10.0.0+ or yarn
Cursor Editor
β οΈ Important: Some dependencies require Node.js v20.18.1 or higher. Please update your Node.js version if you encounter engine compatibility warnings.
β‘ NPM Package Installation
π§ Development Setup
ποΈ Advanced Configuration Options
Configuration Priority Order
π¨ Configuration Method Details
π Method 1: External Configuration File (π Recommended)
π‘ Advantages: Easy to edit, syntax highlighting, version control friendly
Create Configuration File
# Can be placed anywhere touch my-api-configs.jsonEdit Configuration Content
{ "websites": [ { "name": "my_docs", "url": "https://docs.example.com", "description": "π My Documentation Website" } ] }Set Environment Variable
{ "env": { "WEBSITES_CONFIG_PATH": "./my-api-configs.json" } }
π Method 2: Embedded JSON (Backward Compatible)
π Method 3: Local config.json
Directly edit config.json in the project root directory:
π§ Available Tools
π General Tools
Tool Name | Function | Parameters | Example |
| Fetch any website |
: Website URL | Fetch OpenAPI spec files |
| List configured websites | None | View all available websites |
π― Dedicated Tools
Each configured website automatically generates corresponding dedicated tools:
fetch_petstore_openapi- Fetch Petstore OpenAPI 3.0 specfetch_petstore_swagger- Fetch Petstore Swagger 2.0 specfetch_github_api- Fetch GitHub API specfetch_tailwind_css- Fetch Tailwind CSS documentation
π Enhanced Output Format Examples
π General Website Content with Analytics
π OpenAPI 3.x Specification File
π― Usage Examples
π» Basic Usage
π OpenAPI Specification Fetching
π Documentation Website Fetching
π¨ Troubleshooting
π Complete Troubleshooting Guide: See TROUBLESHOOTING.md for detailed solutions to common issues.
β Quick Solutions
Error: npm WARN EBADENGINE Unsupported engine
Solution: Update Node.js to v20.18.1 or higher
Download: Node.js Official Website
Verify:
node --version
Error: Cannot find module './db.json'
Solution 1: Clear npm cache:
npm cache clean --forceSolution 2: Update Node.js version
Solution 3: Use local installation instead of npx
Q: Configuration changes not taking effect?
β Confirm JSON format is correct
β Restart Cursor
β Check environment variable names
Q: JSON format errors?
π οΈ Use JSON Validator
π οΈ Confirm using double quotes
π οΈ Check for extra commas
π Debug Mode
Detailed logs are output to stderr at startup:
π Performance & Optimization
β‘ Performance Features
π Smart Retry: Intelligent retry with exponential backoff
πΎ Rate Limiting: Built-in rate limiting to prevent overload
π― Content Filtering: Remove irrelevant content for faster processing
π§Ή Ad Removal: Automatic ad and popup removal
π Stealth Mode: Anti-detection browsing capabilities
π‘οΈ Security Considerations
π HTTPS websites only (recommended)
π οΈ Auto filter malicious scripts
π Limit output content length
π Stealth browsing to avoid detection
π¦ Dependencies
Package | Version | Purpose |
| ^1.0.0 | MCP Core Framework |
| ^4.1.0 | Professional OpenAPI Parsing |
| ^1.6.0 | HTTP Request Handling |
| ^1.0.0 | HTML Parsing Engine |
| ^7.1.2 | HTML to Markdown |
| ^2.8.0 | YAML Format Support |
| ^3.22.0 | Data Validation Framework |
| ^1.40.0 | Browser automation |
π Changelog
π v1.2.0 (Latest)
π Major Feature Updates
β¨ Added Enhanced content processing with AI-powered cleanup
β¨ Added Smart analytics: word count, reading time, content summary
β¨ Added Language detection and multi-language support
β¨ Added Stealth browser capabilities for anti-detection
β¨ Added Built-in rate limiting and retry mechanisms
β¨ Added Advanced content filtering and ad removal
π§ Enhanced Markdown processing with more HTML element support
π Improved Output format with rich metadata
π― Fixed Various technical issues and dependencies
π― v1.1.0 (Previous)
π Major Feature Updates
β¨ Added Full OpenAPI 3.x/Swagger 2.0 support
β¨ Added JSON/YAML format auto-detection
β¨ Added Professional-grade spec validation and reference resolution
β¨ Added Version auto-adaptation mechanism
β¨ Added Structured API documentation summary
π§ Pre-configured Multiple OpenAPI/Swagger examples
π¦ Added NPM package distribution with npx support
π― Enhanced Installation methods for better user experience
π― v1.0.0 (Stable)
π Initial Release
π Basic Functions Website content fetching
π Core Functions Markdown conversion
βοΈ Configuration Support Multi-website management
π€ Contributing
π‘ How to Contribute
π΄ Fork this project
π Create feature branch (
git checkout -b feature/AmazingFeature)π Commit changes (
git commit -m 'Add some AmazingFeature')π€ Push to branch (
git push origin feature/AmazingFeature)π Open Pull Request
π Issue Reporting
Report issues on the Issues page, please include:
π Issue Description
π Reproduction Steps
π» Environment Information
πΈ Screenshots or Logs
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π If this project helps you, please give it a Star!
π¬ Have questions or suggestions? Feel free to open an Issue!
Made by Sun β€οΈ for the Developer Community