mcp-shopping-list-firestore

UnitVectorY-Labs/mcp-shopping-list-firestore
★ 0 stars Go 🗄️ Database Updated 2d ago
A lightweight, Firebase-backed MCP server for management of a grocery list via simple CRUD operations.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-shopping-list-fi": {
      "command": "go",
      "args": [
        "run",
        "github.com/UnitVectorY-Labs/mcp-shopping-list-firestore@latest"
      ]
    }
  }
}

README Excerpt

A lightweight, Firebase-backed MCP server for management of a grocery list via simple CRUD operations. 1. **list_items** – Get all items. 2. **upsert_item** – Add or update an item (by `id` if given; generates one if not). 3. **remove_item** – Delete an item by `id`. ```json { "id": "uuid", "name": "apples",

Tools (2)

FIRESTORE_DATABASEGOOGLE_CLOUD_PROJECT

Topics

gomcp-server