MCP Server
Maintained
MIT
io.github.chrisbusbin-pixel/freshtrack MCP Server
io.github.chrisbusbin-pixel/freshtrack
What is the io.github.chrisbusbin-pixel/freshtrack MCP server?
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
How to install io.github.chrisbusbin-pixel/freshtrack
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"freshtrack": {
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"freshtrack": {
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"freshtrack": {
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"freshtrack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}Claude Code
claude mcp add freshtrack -- npx -y freshtrack-mcp-serverRelated MCP servers
io.github.chrisbusbin-pixel/applianceiq
Maintained
Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.
0
View repository →JavaScript
MIT
io.github.chrisbusbin-pixel/debtfree
Maintained
Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
0
View repository →JavaScript
MIT
Prop Firm Deal Finder
Maintained
Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.
0
View repository →JavaScript
MIT