Skip to main content
Glama

web2md-mcp

Web2MD用MCPサーバー — Claude Desktop、Cursor、またはMCP互換AIエージェントからウェブページのURLをクリーンなMarkdownに変換します。

インストール

npm install -g web2md-mcp

またはnpxで直接使用します:

npx web2md-mcp

セットアップ

1. APIキーを取得する

web2md.orgにサインアップし、ダッシュボードからAPIキーを取得してください。

2. Claude Desktopの設定

~/.claude/claude_desktop_config.jsonに追加します:

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

3. Cursorの設定

~/.cursor/mcp.jsonに追加します:

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

MCPツール

convert_url

単一のウェブページURLをMarkdownに変換します。

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

batch_convert

複数のURLを一度に変換します(最大50件)。

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

agent_convert / agent_batch_convert

Chrome拡張機能の実際のブラウザセッションを通じてURLを変換します(Agent Bridgeのセットアップが必要です)。Reddit、ログイン保護されたサイト、JSレンダリングされたページで動作します。

Agent Bridge

完全なブラウザベースの変換(アンチボットを回避)については、Agent Bridgeドキュメントを参照してください。

リンク

-
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