@nitedani/mcp-webresearch
Version:
MCP server for web research
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "@nitedani/mcp-webresearch",
"version": "0.2.0",
"description": "MCP server for web research",
"license": "MIT",
"author": "mzxrai",
"homepage": "https://github.com/mzxrai/mcp-webresearch",
"bugs": "https://github.com/mzxrai/mcp-webresearch/issues",
"type": "module",
"bin": {
"mcp-server-webresearch": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js && shx cp -r I-don-t-care-about-cookies-Chrome-Web-Store dist/",
"prepare": "pnpm run build",
"postinstall": "playwright install chromium",
"watch": "tsc --watch",
"dev": "tsx watch index.ts"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"mcp",
"model-context-protocol",
"web-research",
"ai",
"web-scraping"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"playwright": "^1.49.0",
"turndown": "^7.1.2"
},
"devDependencies": {
"@types/node": "^22.13.11",
"@types/turndown": "^5.0.4",
"shx": "^0.3.4",
"tsx": "^4.19.2",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}