S
Synthetic Search MCP
by @acheong08
MCP for Synthetic.new's search API
Created 1/22/2026
Updated 4 months 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.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-synthetic-search-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"acheong08-synthetic-search-mcp": {
"command": "npx",
"args": [
"acheong08-synthetic-search-mcp"
]
}
}
}
Author Servers
Other servers by acheong08