pure.md MCP 서버
pure.md 의 MCP(Model Context Protocol) 서버에 오신 것을 환영합니다.
pure.md를 사용하면 스크립트, API, 앱, 에이전트 등이 마크다운 형식의 웹 콘텐츠에 안정적으로 액세스할 수 있습니다. URL에 pure.md/
접두사를 추가하기만 하면 됩니다. 봇 탐지를 피하고 SPA용 JavaScript를 렌더링하며, HTML, PDF, 이미지 등을 순수 마크다운으로 변환할 수 있습니다. 마크다운 콘텐츠용 CDN처럼, 동일한 리소스에 대한 향후 요청에 대한 응답을 전역적으로 캐시하여 원본 웹 서버의 부하를 줄여줍니다.
puremd-mcp가 없으면 로컬 에이전트가 웹 콘텐츠를 가져오지 못할 수 있습니다. puremd-mcp는 Cursor, Windsurf, Claude Desktop과 같은 MCP 클라이언트에게 pure.md의 기능을 도입하여 웹 차단을 해제하고 검색하는 기능을 제공하는 방법을 알려줍니다.
puremd-mcp에는 두 가지 도구가 포함되어 있습니다.
unblock-url
- 차단되지 않고 웹 페이지에서 마크다운을 추출합니다.search-web
- 웹에서 쿼리를 검색하고 결과를 마크다운으로 연결합니다.
Anthropic에서 개발한 모델 컨텍스트 프로토콜(Model Context Protocol)은 AI 시스템이 툴 생태계와 원활하게 상호 작용할 수 있도록 하는 개방형 표준입니다. 이를 통해 Cursor, Windsurf, Claude Desktop과 같은 MCP 클라이언트는 다양한 API 및 기타 기능의 사용법을 익힐 수 있습니다.
입증
API 키 생성은 더 높은 요금 한도를 사용할 수 있는 선택 단계입니다. pure.md MCP 서버를 익명으로 사용하려면 PUREMD_API_KEY
값을 빈 문자열( ""
)로 설정하세요.
- pure.md 에서 새로운 계정에 가입하세요. 가입은 무료입니다!
- 대시보드에서 새 API 토큰을 생성합니다.
- 토큰을 복사하여 MCP 클라이언트 구성 파일의
PUREMD_API_KEY
값에 사용하세요(아래 참조).
클라이언트 구성
커서
~/.cursor/mcp.json
파일에 다음을 추가합니다.
지엑스피1
윈드서핑
./codeium/windsurf/model_config.json
파일에 다음을 추가하세요.
클로드 데스크탑
~/Library/Application\ Support/Claude/claude_desktop_config.json
파일에 다음을 추가하세요.
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 puremd-mcp를 자동으로 설치하려면:
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Cursor, Windsurf, Claude Desktop과 같은 AI 클라이언트가 마크다운 형식의 웹 콘텐츠에 액세스할 수 있도록 하는 MCP 서버로, 웹 차단 해제 및 검색 기능을 제공합니다.
Related MCP Servers
- AsecurityAlicenseAqualityA headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.Last updated -24TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that retrieves web page content using Playwright headless browser, capable of extracting main content and converting to Markdown format.Last updated -2540699TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.Last updated -1PythonApache 2.0
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -505PythonMIT License