yazio mcp for Cursor
io.github.fliptheweb/yazio-mcp
MCP server for accessing Yazio user & nutrition data (unofficial)
client:Cursor
transport:stdio
runtime:npm
Install yazio mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yazio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<YAZIO_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs