Back to MCP directory
publicPublicdnsLocal runtime

synthetic-search-mcp

这是一个为个人使用设计的Synthetic Search API的MCP服务器,通过配置OpenCode实现本地运行,提供网络搜索功能。

article

README

🚀 合成搜索MCP

合成搜索API的模型上下文协议服务器,供个人使用。

🚀 快速开始

🔧 OpenCode配置

{
  "mcp": {
    "synthetic-web-search": {
      "type": "local",
      "command": ["bunx", "-y", "synthetic-search-mcp"],
      "environment": {
        "SYNTHETIC_API_KEY": "<placeholder>"
      },
      "enabled": true
    }
  }
}

💻 使用示例

🔍 搜索工具

使用合成搜索API进行网络搜索。

参数:

  • query(字符串):搜索查询内容(最多400个字符)

返回值: 包含标题、URL、描述和可选发布日期的搜索结果。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client