Skip to main content
Glama

Brave Search MCP Server

package.json1.41 kB
{ "name": "@windsornguyen/brave-search-mcp", "version": "0.1.0", "description": "A Model Context Protocol server for web and local search using the Brave Search API", "private": false, "type": "module", "bin": { "brave-search-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "start": "node dist/index.js --port 3002", "dev:stdio": "tsx src/index.ts", "dev:shttp": "tsx src/index.ts --port 3002", "prepare": "bun run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/windsornguyen/brave-search-mcp.git" }, "keywords": [ "mcp", "brave-search", "web-search", "local-search", "search-api" ], "author": { "name": "Windsor Nguyen", "url": "https://windsornguyen.com" }, "license": "MIT", "bugs": { "url": "https://github.com/windsornguyen/brave-search-mcp/issues" }, "homepage": "https://github.com/windsornguyen/brave-search-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.16.0", "@playwright/test": "^1.54.2", "axios": "^1.11.0", "dotenv": "^17.2.1" }, "devDependencies": { "@types/node": "^24.2.0", "tsx": "^4.20.3", "typescript": "^5.9.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/windsornguyen/brave-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server