Brave Search MCP Server

by isaacgounton
Verified
{ "name": "brave-search-mcp", "version": "1.0.0", "description": "Brave Search MCP Server with SSE Support", "main": "dist/server.js", "type": "commonjs", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "ts-node src/server.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "brave-search", "sse" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@types/node": "^22.13.10", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^5.0.1", "typescript": "^5.8.2" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "ts-node": "^10.9.2" } }