S
Synthetic Search MCP
作者 @acheong08
MCP for Synthetic.new's search API
创建于 1/22/2026
更新于 about 1 month ago
README
Repository documentation and setup instructions
Synthetic Search MCP
Model Context Protocol server for Synthetic Search API. For my personal use.
OpenCode config
{
"mcp": {
"synthetic-web-search": {
"type": "local",
"command": ["bunx", "-y", "synthetic-search-mcp"],
"environment": {
"SYNTHETIC_API_KEY": "<placeholder>"
},
"enabled": true
}
}
}
Tools
search
Search the web using Synthetic Search API.
Parameters:
query(string): Search query (max 400 chars)
Returns: Search results with title, URL, description, and optional publication date.
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-synthetic-search-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"acheong08-synthetic-search-mcp": {
"command": "npx",
"args": [
"acheong08-synthetic-search-mcp"
]
}
}
}