io.github.AIDataNordic/food-recipe-mcp
io.github.AIDataNordic/food-recipe-mcpSemantic search across 50,000+ food recipes with hybrid retrieval and reranking.
Tools · 2
Simple connectivity test. Returns a greeting to confirm the server is running.
Search a database of recipes using hybrid semantic search (dense + sparse) with reranking. The database contains ~50,000 recipes from Food.com covering a wide range of cuisines, meal types, and cooki…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.aidatanordic/food-recipe-mcp": {
"url": "https://recipes.aidatanorge.no/mcp",
"transport": "streamable-http"
}
}
}