MCP Server
io.github.teamsincetoday/recipe-commerce-mcp MCP Server
io.github.teamsincetoday/recipe-commerce-mcp
What is the io.github.teamsincetoday/recipe-commerce-mcp MCP server?
Extract shoppable ingredients from recipe content with affiliate signals.
How to install io.github.teamsincetoday/recipe-commerce-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
OPENAI_API_KEYrequiredsecretOpenAI API key for GPT-4o-mini product extraction (required)
MCP_API_KEYSsecretComma-separated paid API keys for unlimited calls (optional — omit for free tier: 200 calls/day)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"recipe-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"recipe-commerce-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"recipe-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"recipe-commerce-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"recipe-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"recipe-commerce-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"recipe-commerce-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"recipe-commerce-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
}
}
}
}Claude Code
claude mcp add recipe-commerce-mcp --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env MCP_API_KEYS=<YOUR_MCP_API_KEYS> -- npx -y recipe-commerce-mcpRelated MCP servers
Extract shoppable products from newsletter content with affiliate signals.
View repository →Extract product mentions from podcast transcripts with affiliate signals. Free tier 200/day.
View repository →