MCP Server
Active
MIT
io.github.AIDataNordic/food-recipe-mcp MCP Server
io.github.AIDataNordic/food-recipe-mcp
What is the io.github.AIDataNordic/food-recipe-mcp MCP server?
Semantic search across 50,000+ food recipes with hybrid retrieval and reranking.
How to install io.github.AIDataNordic/food-recipe-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"food-recipe-mcp": {
"url": "https://recipes.aidatanorge.no/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"food-recipe-mcp": {
"serverUrl": "https://recipes.aidatanorge.no/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"food-recipe-mcp": {
"type": "http",
"url": "https://recipes.aidatanorge.no/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"food-recipe-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://recipes.aidatanorge.no/mcp"
]
}
}
}Claude Code
claude mcp add --transport http food-recipe-mcp https://recipes.aidatanorge.no/mcpRelated MCP servers
Nordic Financial MCP
Active
Semantic search over Nordic filings, press releases, macro data and electricity prices.
0
View repository →Python
MIT