Skip to main content
Glama

web2md-mcp

Servidor MCP para Web2MD: convierte URLs de páginas web a Markdown limpio desde Claude Desktop, Cursor o cualquier agente de IA compatible con MCP.

Instalación

npm install -g web2md-mcp

O úsalo directamente con npx:

npx web2md-mcp

Configuración

1. Obtén una clave API

Regístrate en web2md.org y obtén tu clave API desde el panel de control.

2. Configura Claude Desktop

Añádelo a ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "web2md": {
      "command": "npx",
      "args": ["web2md-mcp"],
      "env": {
        "WEB2MD_API_KEY": "w2m_your_api_key"
      }
    }
  }
}

3. Configura Cursor

Añádelo a ~/.cursor/mcp.json:

{
  "mcpServers": {
    "web2md": {
      "command": "npx",
      "args": ["web2md-mcp"],
      "env": {
        "WEB2MD_API_KEY": "w2m_your_api_key"
      }
    }
  }
}

Herramientas MCP

convert_url

Convierte una única URL de página web a Markdown.

Input: { url: "https://example.com/article" }
Output: { markdown: "# Article Title\n...", metadata: { title, wordCount, readingTime } }

batch_convert

Convierte múltiples URLs a la vez (hasta 50).

Input: { urls: ["https://...", "https://..."] }
Output: [{ url, markdown, metadata }, ...]

agent_convert / agent_batch_convert

Convierte URLs a través de la sesión de navegador real de la extensión de Chrome (requiere la configuración de Agent Bridge). Funciona en Reddit, sitios protegidos por inicio de sesión y páginas renderizadas con JS.

Agent Bridge

Para una conversión completa basada en navegador (evita los sistemas anti-bot), consulta la documentación de Agent Bridge.

Enlaces

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/io-oi-ai/web2md-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server