https://github.com/yspreen/web-mcp
https://github.com/yspreen/web-mcp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yspreen/web-mcp
- Owner: yspreen
- Created: 2025-07-04T17:31:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-26T20:47:56.000Z (about 1 year ago)
- Last Synced: 2025-07-27T00:25:07.470Z (about 1 year ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP Server
## Quick start
```bash
pnpm install
pnpm run build # or: pnpm dev for ts-node\mcp fetch-html https://example.com
mcp fetch-page-content https://example.com
mcp search "site:example.com awesome article"
```
### Why Puppeteer?
We rely on your installed Chrome profile (`userDataDir`) so Google and most websites treat the process like a normal browsing session, dramatically reducing bot detection warnings.
### Timeout behaviour
Each tool fails fast after 5 s if navigation stalls. Adjust with the `MCP_TIMEOUT_MS` environment variable or by passing a numeric second argument.