pure.md MCP server
Officialpure.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값에 사용하세요(아래 참조).
Related MCP server: crawl4ai-mcp-server
클라이언트 구성
커서
~/.cursor/mcp.json 파일에 다음을 추가합니다.
지엑스피1
윈드서핑
./codeium/windsurf/model_config.json 파일에 다음을 추가하세요.
{
"mcpServers": {
"pure.md": {
"command": "npx",
"args": ["-y", "puremd-mcp"],
"env": {
"PUREMD_API_KEY": "<TOKEN>"
}
}
}
}클로드 데스크탑
~/Library/Application\ Support/Claude/claude_desktop_config.json 파일에 다음을 추가하세요.
{
"mcpServers": {
"pure.md": {
"command": "npx",
"args": ["-y", "puremd-mcp"],
"env": {
"PUREMD_API_KEY": "<TOKEN>"
}
}
}
}Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 puremd-mcp를 자동으로 설치하려면:
npx -y @smithery/cli install @puremd/puremd-mcp --client claudeMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA locally-hosted MCP server that provides AI assistants with advanced web crawling capabilities, including structured data extraction, deep site crawling, and page screenshots. It enables users to convert single or multiple URLs into clean Markdown content for processing by LLMs without requiring external API keys for basic features.
- -license-qualityCmaintenanceSelf-hosted MCP server that provides web scraping and crawling tools, integrating seamlessly with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.4
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to fetch web content in multiple formats (HTML, JSON, text, Markdown) with intelligent content extraction, chunk management, and browser automation support.55215MIT
- Alicense-qualityBmaintenanceAn open-source web retrieval MCP server that fetches, crawls, and searches the web, returning clean markdown for AI agents. It integrates with Claude MCP, LangChain, and other frameworks for agentic web access.1MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/puremd/puremd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server