Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Website Scraper MCP Server
by
tolik-unicornrider
Verified
npm
GitHub
Browser Automation
Developer Tools
JavaScript
11,993
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp_scraper
mcp_docs
src
.gitignore
jest.config.js
package.json
package-lock.json
README.md
test.html
tsconfig.json
export default { preset: 'ts-jest', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transform: { '^.+\\.tsx?$': [ 'ts-jest', { useESM: true, }, ], }, };