Skip to content

myfigurecollection api for Zed

io.github.ssskay/myfigurecollection-api

Read MyFigureCollection.net: search figures, JAN barcode lookup, shop prices, collections and clubs.

client:Zed transport:stdio runtime:pypi

Install myfigurecollection api in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "myfigurecollection-api": {
      "command": "uvx",
      "args": [
        "myfigurecollection-api"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

myfigurecollection api in other clients