bocha-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bocha-mcpsearch for latest AI news this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bocha Search MCP Server
MCP server for Bocha Search API, providing web search and AI search capabilities.
Features
Web Search: Search the web using Bocha Web Search API (default)
AI Search: Search using Bocha AI Search API with multimodal cards and AI-generated answers (only when specifically requested)
Related MCP server: LangSearch MCP Server
Installation
Clone this repository
Install dependencies:
npm installCopy
.mcp.example.jsonto.mcp.jsonand add your Bocha API key:cp .mcp.example.json .mcp.jsonEdit
.mcp.jsonand replaceYOUR_BOCHA_API_KEY_HEREwith your actual API key
Usage
As MCP Server
Add the following to your Claude configuration:
{
"mcpServers": {
"bocha-search": {
"command": "node",
"args": ["/path/to/bocha-mcp/index.js"],
"env": {
"BOCHA_API_KEY": "your_api_key_here"
}
}
}
}Tools
web-search: Search the web using Bocha Web Search API
query: Search query (supports natural language)count: Number of results (1-50, default 10)freshness: Time range filter (noLimit, day, week, month, year)summary: Whether to include text summary (default true)
ai-search: Search using Bocha AI Search API
query: Search querycount: Number of results (1-50, default 10)freshness: Time range filter (noLimit, day, week, month, year)answer: Whether to generate AI answer (default false)stream: Whether to use streaming response (default false)
Environment Variables
BOCHA_API_KEY: Your Bocha API key (required)
License
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI assistants to search the web using Bocha AI's search API, supporting features like time filtering, domain inclusion/exclusion, and summarized results.1533Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that provides web search and semantic reranking capabilities using the LangSearch API. It enables searching billions of web documents with AI-optimized results and reordering them based on semantic relevance scores.
- AlicenseNot gradedqualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseAqualityBmaintenanceMCP server for web search with LLM-optimized results and anti-detection mechanisms.319MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Johnhong9527/bocha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server