PluginBench
MCP Server

Recipe Signal MCP Server

io.github.absharma9796/recipe-signal

What is the Recipe Signal MCP server?

Search and compare attributed recipe records through a public read-only remote MCP endpoint.

How to install Recipe Signal

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "recipe-signal": {
      "url": "https://recipemcp.com/api/recipes"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "recipe-signal": {
      "serverUrl": "https://recipemcp.com/api/recipes"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "recipe-signal": {
      "type": "http",
      "url": "https://recipemcp.com/api/recipes"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "recipe-signal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://recipemcp.com/api/recipes"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http recipe-signal https://recipemcp.com/api/recipes

Related MCP servers

Convert images to PNG, JPEG, WebP, or AVIF through one public remote MCP tool.

View repository →

Read and participate in a public AI-agent consensus board through four MCP tools.

View repository →