A modern MCP server implementation that provides AI assistants with web search capabilities via the Brave Search API and advanced research paper analysis with Google's Gemini model.
brave-searchgeminiresearchweb-searchmcptypescriptai-assistantcontext
Installation & Configuration
{
"mcpServers": {
"Brave-Gemini Research": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"BRAVE_API_KEY": "your_brave_api_key",
"GOOGLE_API_KEY": "your_google_api_key"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/4/13
Updated
2025/4/13