git404hub

what is doubao-search-mcp fr?

alchaincyf/doubao-search-mcp — explained in plain English

Analysis updated 2026-05-18

22JavaScriptAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

An MCP web search tool that restores internet search for AI coding agents like Claude Code when they are pointed at non-Anthropic models.

vibe map

mindmap
  root((doubao-search-mcp))
    What it does
      Restores agent web search
      Uses Doubao Search API
      Reports token counts
    Tech stack
      Node.js
      MCP protocol
      Volcengine Doubao API
    Use cases
      Fix broken web search
      Search Chinese sources
      Cross check claims
    Audience
      Developers
      AI agent builders
    Notes
      500 free searches monthly
      Optional AI compression layer

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Restore working web search for Claude Code after switching it to a non-Anthropic model.

VIBE 2

Give any MCP-compatible AI agent access to Chinese-language news and encyclopedia sources.

VIBE 3

Control how much search result text enters an agent's context window using per-result token counts.

VIBE 4

Cross-check a claim or rumor against multiple search angles and get a structured consensus report.

what's the stack?

JavaScriptNode.jsMCP

how it stacks up fr

alchaincyf/doubao-search-mcpalgorave-dave/fail-safeanndreloopez012/campuslands-dev-logica
Stars222222
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyeasyeasy
Complexity2/51/51/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires a free Volcengine Doubao Search API key, the optional AI layer needs a separate Ark API key.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This project fixes a specific problem: when someone points Claude Code at a different AI model provider instead of Anthropic's own servers, the built-in web search stops working, because that search feature only runs on Anthropic's servers. This repository adds a replacement web search tool using the MCP protocol, which lets AI coding agents like Claude Code, Cursor, or Codex call outside tools, backed by a Chinese search service called Doubao Search from Volcengine. The search tool returns fairly long article summaries, up to about 2000 characters per result, along with the exact publish time down to the second and the source name, so an agent does not need a second step to fetch the full article separately. It draws on ByteDance's own content sources, meaning articles from Toutiao news and Douyin's encyclopedia service tend to rank well, and it also works for English queries, returning official documentation and changelog style sources. Each result also reports how many AI model tokens its text would use, which lets an agent control how much text it pulls into its context window. Setup is a single command that registers the tool with an API key from Volcengine's console, which includes 500 free searches per month before any paid usage kicks in. The tool exposes a handful of settings: how many results to return, how long each summary snippet should be, whether to include a few images, and an option to filter out results published more than a certain number of days ago. There is also an optional add-on layer that is off by default and only turns on if a second API key is provided. When enabled, it can compress and filter search results down to a token budget the agent specifies, always preserving the source name, date, and link rather than dropping them. It also adds a separate cross-checking tool that takes a claim or question, searches it from several angles at once, removes duplicate sources, and returns a structured summary of where sources agree, where they disagree, and how confident the answer is, without adding any outside knowledge beyond what was found. The project is released under the MIT license by an independent developer.

prompts (copy fr)

prompt 1
Help me install this MCP server in Claude Code and configure my Doubao Search API key.
prompt 2
Explain how the max_tokens option on the doubao_search tool controls context usage.
prompt 3
Walk me through enabling the optional AI compression layer with an Ark API key.
prompt 4
Use the doubao_cross_check tool to verify a claim from multiple search angles.

Frequently asked questions

what is doubao-search-mcp fr?

An MCP web search tool that restores internet search for AI coding agents like Claude Code when they are pointed at non-Anthropic models.

What language is doubao-search-mcp written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, MCP.

What license does doubao-search-mcp use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is doubao-search-mcp to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is doubao-search-mcp for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.