web2md-mcp
by io-oi-ai
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 문서를 참조하세요.
링크
This server cannot be installed
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