Fetch Browser
브라우저 가져오기
AI 에이전트가 API 키 없이 웹 콘텐츠를 가져오고 Google 검색을 수행할 수 있도록 지원하는 강력한 헤드리스 브라우저 MCP 서버입니다. 최신 웹 표준을 기반으로 구축되었으며 AI 플랫폼과 완벽하게 통합되도록 설계되었습니다.
특징
API 키 필요 없음 : 정교한 헤드리스 브라우저 방식을 사용하여 콘텐츠를 직접 가져옵니다.
스마트한 구글 검색 :
Google 검색에서 구조화된 결과 추출
웹 및 뉴스 결과 모두 지원
구성 가능한 결과 수(1~100)
검색 결과의 전체 콘텐츠 가져오기
자동 재시도 및 오류 처리
유니버설 콘텐츠 페칭 :
모든 웹 페이지 또는 API 엔드포인트 지원
다양한 출력 형식(HTML, JSON, 텍스트, 마크다운)
자동 콘텐츠 유형 감지
응답 크기 제한 및 시간 초과 보호
속도 제한 보호
형식 변환 :
깔끔한 HTML을 마크다운으로 변환
예쁘게 인쇄된 JSON 응답
구조화된 HTML 출력
적절한 서식이 적용된 일반 텍스트
Related MCP server: Local Browser MCP
도구
1. 구글 검색 도구( google_search )
Google 검색을 실행하고 결과의 전체 내용을 가져옵니다.
지엑스피1
2. URL 가져오기 도구( fetch_url )
모든 URL에서 콘텐츠를 가져옵니다.
{
url: "https://example.com",
responseType: "markdown", // or "json", "html", "text"
timeout: 30000 // optional, in milliseconds
}설치
스미서리를 통해
# For Claude
npx -y @smithery/cli install @TheSethRose/fetch-browser --client claude
# For Cursor
npx -y @smithery/cli install @TheSethRose/fetch-browser --client cursor
# For TypeScript
npx -y @smithery/cli install @TheSethRose/fetch-browser --client typescript수동 설치
# Clone the repository
git clone https://github.com/TheSethRose/fetch-browser.git
cd fetch-browser
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start개발
# Watch mode with auto-rebuild
npm run watch
# Run with inspector
npm run inspector
# Debug mode
npm run debug
# Debug with watch mode
npm run debug:watch응답 형식
1. 마크다운 형식
## [Page Title](https://example.com)
Content converted to clean markdown with:
- Lists
- **Bold text**
- *Italic text*
- [Links](https://example.com)2. JSON 형식
{
"url": "https://example.com",
"content": "Extracted content...",
"error": null
}3. HTML 형식
<div class="search-result">
<h2><a href="https://example.com">Page Title</a></h2>
<div class="content">
Original HTML content
</div>
</div>4. 텍스트 형식
### https://example.com
Plain text content with preserved formatting
==========오류 처리
지수 백오프를 통한 자동 재시도
속도 제한 보호
타임아웃 처리
자세한 오류 메시지
개별 결과 오류 추적
보안 기능
응답 크기 제한
요청 시간 초과
속도 제한 보호
API 키나 비밀번호가 필요하지 않습니다
적절한 오류 처리
크레딧
Seth Rose가 생성함 :
웹사이트 : https://www.sethrose.dev
𝕏 (트위터) : https://x.com/TheSethRose
🔥 (블루스카이) : https://bsky.app/profile/sethrose.dev
특허
MIT 라이선스 - 자세한 내용은 라이선스를 참조하세요.
Maintenance
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
- 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
- AlicenseAqualityAmaintenanceA headless, agent-controllable real browser as an MCP server that enables AI agents to navigate, click, fill, eval JavaScript, and take screenshots on localhost and allowed hosts, with no GUI required.274MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for web scraping and browser automation, enabling AI agents to extract clean, token-efficient content from web pages.1MIT
- AlicenseAqualityCmaintenanceMCP server that provides read_page, screenshot, and pdf tools using a real browser, enabling agents to fetch clean markdown, screenshots, and PDFs from any URL.550MIT
Related MCP Connectors
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/TheSethRose/Fetch-Browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server