Brave-Gemini Research MCP Server
@falahgs
Brave-Gemini Research MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Brave-Gemini-Research-MCP-Server": {
"command": "npx",
"args": [
"tsc"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Brave-Gemini Research MCP Server?
A Model Context Protocol server that provides AI assistants with web search capabilities via the Brave Search API and advanced research paper analysis using Google's Gemini model. It is designed for integration with AI assistants like Claude Desktop.
How to use Brave-Gemini Research MCP Server?
Install Node.js v18+, clone the repository, run npm install, create a .env file with BRAVE_API_KEY and GOOGLE_API_KEY, build with npm run build, and start the server with node dist/index.js. Optionally, configure Claude Desktop by adding the server to claude_desktop_config.json with correct paths and timeout settings.
Key features of Brave-Gemini Research MCP Server
- Web search via Brave Search API
- Local search for businesses and places
- Research paper analysis using Gemini AI
- Seamless integration with Claude Desktop
- Extensible design for adding new tools
Use cases of Brave-Gemini Research MCP Server
- Search the web for the latest AI research papers
- Find coffee shops in San Francisco
- Analyze a research paper on quantum computing with Gemini
FAQ from Brave-Gemini Research MCP Server
What API keys are required?
You need a Brave Search API key and a Google API key for Gemini integration. Both are set as environment variables BRAVE_API_KEY and GOOGLE_API_KEY.
How to fix timeout errors when using Claude Desktop?
Increase the timeoutMs in the Claude Desktop configuration (120000 ms recommended) and verify environment variables are correctly set.
What analysis types are available for research papers?
Summary, critique, literature review, key findings, and comprehensive (default). The analysisType parameter lets you choose.
How to debug the server?
Run with DEBUG=mcp:* NODE_ENV=development node dist/index.js for detailed debug output.
What are common Windows-specific issues?
Use PowerShell for environment variables, use double backslashes in JSON paths, and consider absolute paths if relative paths fail.
「AI とエージェント」の他のコンテンツ
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
コメント