mcp-brave-search
Version:
Brave Search MCP Server - Web and News Search via stdio
58 lines (57 loc) • 1.34 kB
JSON
{
"name": "mcp-brave-search",
"version": "1.0.1",
"description": "Brave Search MCP Server - Web and News Search via stdio",
"type": "module",
"main": "./build/index.js",
"bin": {
"mcp-brave-search": "./build/index.js"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"dev": "tsc --watch",
"start": "node build/index.js",
"test:api": "npm run build && node test/test-api.mjs",
"test:mcp": "npm run build && node test/test-mcp.mjs",
"test": "npm run test:api && npm run test:mcp"
},
"keywords": [
"mcp",
"brave",
"search",
"mcp-server",
"model-context-protocol",
"claude",
"ai",
"web-search",
"news-search"
],
"author": "yuandeshoulian",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yuandeshoulian/mcp-brave-search"
},
"homepage": "https://github.com/yuandeshoulian/mcp-brave-search#readme",
"bugs": {
"url": "https://github.com/yuandeshoulian/mcp-brave-search/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"https-proxy-agent": "^7.0.6",
"undici": "^7.16.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
}
}