{
"name": "@kevinwatt/mcp-server-searxng",
"version": "0.3.9",
"description": "MCP server for SearXNG meta search integration",
"license": "MIT",
"author": "Dewei Yen",
"homepage": "https://github.com/kevinwatt/mcp-server-searxng#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinwatt/mcp-server-searxng.git"
},
"bugs": {
"url": "https://github.com/kevinwatt/mcp-server-searxng/issues"
},
"type": "module",
"bin": {
"mcp-server-searxng": "dist/src/index.js"
},
"files": [
"dist"
],
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"build": "tsc && shx chmod +x dist/src/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"@types/node-fetch": "^2.6.12",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22",
"jest": "^29.7.0",
"nock": "^14.0.1",
"shx": "^0.3.4",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"keywords": [
"mcp",
"searxng",
"search",
"meta-search",
"claude",
"dive",
"ai"
]
}