Skip to main content
ClaudeWave

MCP server that converts URLs to clean Markdown — perfect for AI agent integrations

MCP ServersOfficial Registry0 stars0 forks● PythonUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Topics declared
  • ✓Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/27/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · .
Claude Code CLI
claude mcp add web2md-mcp -- python -m .
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "web2md-mcp": {
      "command": "python",
      "args": ["-m", "."]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install .
Use cases

MCP Servers overview

# Web2MD MCP Server

**Convert any URL to clean Markdown — directly from your AI agent.**

An MCP (Model Context Protocol) server that converts public webpages to clean, readable Markdown. Strips ads, navigation, and boilerplate — returns LLM-ready text perfect for RAG, research, and content extraction.

Works with **Claude Desktop, Cursor, Continue.dev, Windsurf, and any MCP-compatible client**.

## Quick Start

### From source (GitHub)

```bash
git clone https://github.com/astra-intelligence/web2md-mcp.git
cd web2md-mcp
pip install .
# or: uv sync
```

### Using pip (once published)

> ⏳ Pending PyPI publication. Until then, use the source install above.

```bash
pip install web2md-mcp
```

### Using uvx (once published)

Add to your Claude Desktop config (`claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "web2md": {
      "command": "uvx",
      "args": ["web2md-mcp"]
    }
  }
}
```

## Usage

The server provides one tool: **`web2md_convert`**

| Parameter | Type | Description |
|-----------|------|-------------|
| `url` | string | The public URL to convert to Markdown |

### Example

```json
{
  "url": "https://example.com/article"
}
```

Returns clean Markdown content ready for LLM consumption.

## Requirements

- Python 3.10+
- Internet access to reach the Web2MD API at `167.233.135.161:9999`

## About Web2MD

Web2MD is a URL-to-Markdown conversion API running at **167.233.135.161:9999**. This MCP server wraps the API so AI agents can use it directly.

**Free tier:** 10 conversions/day per IP — no signup, no API key.

👉 **Get unlimited access on Gumroad: [https://grantshatz.gumroad.com/l/mpkqyq](https://grantshatz.gumroad.com/l/mpkqyq)** ($1+)

## Direct API Usage

You can also use the API directly without the MCP server:

```bash
curl "http://167.233.135.161:9999/api/convert?url=https://example.com/"
```

Free tier: 10/day/IP. Add `?license_key=YOUR_KEY` for unlimited access.

## License

MIT

---

## Support

If you find this project useful, consider [buying me a coffee](https://buymeacoffee.com/grantshatzer) or [sponsoring on GitHub](https://github.com/sponsors/astra-intelligence).

Check out more tools at [grantshatz.gumroad.com](https://grantshatz.gumroad.com).

developer-toolsgithub-toolhacktoberfestog-imageopen-graphsocial-preview

What people ask about web2md-mcp

What is astra-intelligence/web2md-mcp?

+

astra-intelligence/web2md-mcp is mcp servers for the Claude AI ecosystem. MCP server that converts URLs to clean Markdown — perfect for AI agent integrations It has 0 GitHub stars and its last recorded update is dated 2026-09-27.

How do I install web2md-mcp?

+

You can install web2md-mcp by cloning the repository (https://github.com/astra-intelligence/web2md-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is astra-intelligence/web2md-mcp safe to use?

+

Our security agent has analyzed astra-intelligence/web2md-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains astra-intelligence/web2md-mcp?

+

astra-intelligence/web2md-mcp is maintained by astra-intelligence. The last recorded GitHub activity is dated 2026-09-27, with 0 open issues.

Are there alternatives to web2md-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy web2md-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: astra-intelligence/web2md-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/astra-intelligence-web2md-mcp)](https://claudewave.com/repo/astra-intelligence-web2md-mcp)
<a href="https://claudewave.com/repo/astra-intelligence-web2md-mcp"><img src="https://claudewave.com/api/badge/astra-intelligence-web2md-mcp" alt="Featured on ClaudeWave: astra-intelligence/web2md-mcp" width="320" height="64" /></a>

More MCP Servers

web2md-mcp alternatives