Open Source Radar
alchaincyf/

doubao-search-mcp

GitHub

A JavaScript MCP server that enables internet browsing for Claude Code by interfacing with Doubao Search. It exposes configurable MCP integration with optional AI layer and token-based context budgeting.

15stars
1forks
0issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Reviewgenerated from repository data · Jul 18, 2026

What it is

doubao-search-mcp is a JavaScript-based MCP server that plugs Doubao Search into agents (e.g., Claude Code) to restore web-browsing capabilities when using国产模型 endpoints. It offers long-form snippets, precise publish times, exclusive ByteDance sources, cross-language results, and a per-result ContentTokenCount field to manage context budgeting.

How it works

The MCP server exposes a commandable integration for agents: a single command installs and wires the MCP client to call the Doubao Search API with an API key. It can be configured via environment variables in the MCP setup and supports optional AI-enhanced layers that filter/compress results and perform cross-checks using additional tools. Main outputs include search results with sources, URLs, timestamps, and ContentTokenCount per result.

Getting started

The README provides installation steps:

claude mcp add doubao-search \
  -e DOUBAO_SEARCH_API_KEY=你的Key \
  -- npx -y github:alchaincyf/doubao-search-mcp

Or, for JSON configuration in MCP clients:

{
  "mcpServers": {
    "doubao-search": {
      "command": "npx",
      "args": ["-y", "github:alchaincyf/doubao-search-mcp"],
      "env": {
        "DOUBAO_SEARCH_API_KEY": "你的Key"
      }
    }
  }
}

From source installation:

git clone https://github.com/alchaincyf/doubao-search-mcp.git
cd doubao-search-mcp
npm install && npm run build
claude mcp add doubao-search \
  -e DOUBAO_SEARCH_API_KEY=你的Key \
  -- node /绝对路径/doubao-search-mcp/dist/index.js

Recent releases

The repository lists no releases in the provided data (RELEASES (latest 0): - none).

Traction

The repository shows 15 stars and 1 fork, with 0 open issues as per the facts.

Behind the repo

The README identifies the author as 花叔 Huashu and describes the project purpose, but no explicit company or startup link is provided in the facts.

Caveats

License: MIT. The README states the MIT license and provides usage details. Created and last_push dates are 2026-07-11. No open issues are listed in the facts.

SharePost on XLinkedIn
All trending reposRevenue-verified startups →