package.json•1.64 kB
{
"name": "@brave/brave-search-mcp-server",
"mcpName": "io.github.brave/brave-search-mcp-server",
"version": "2.0.24",
"description": "Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.",
"keywords": [
"api",
"brave",
"mcp",
"search"
],
"license": "MIT",
"author": "Brave Software, Inc. (https://brave.com)",
"homepage": "https://github.com/brave/brave-search-mcp-server",
"bugs": "https://github.com/brave/brave-search-mcp-server/issues",
"repository": {
"type": "git",
"url": "https://github.com/brave/brave-search-mcp-server.git"
},
"type": "module",
"module": "dist/server.js",
"bin": {
"brave-search-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"smithery:build": "npx @smithery/cli build",
"smithery:dev": "npx @smithery/cli dev",
"prepare": "npm run format && npm run build",
"watch": "tsc --watch",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"inspector": "npx @modelcontextprotocol/inspector",
"inspector:http": "npx @modelcontextprotocol/inspector --transport http"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.18.1",
"commander": "14.0.1",
"dotenv": "17.2.2",
"express": "5.1.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/express": "5.0.3",
"@types/node": "24.3.1",
"prettier": "3.6.2",
"shx": "0.4.0",
"tsx": "4.20.5",
"typescript": "5.9.2"
},
"overrides": {
"formdata-node": "6.0.3"
}
}