myfigurecollection api for Cursor
io.github.ssskay/myfigurecollection-api
Read MyFigureCollection.net: search figures, JAN barcode lookup, shop prices, collections and clubs.
client:Cursor
transport:stdio
runtime:pypi
Install myfigurecollection api in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"myfigurecollection-api": {
"type": "stdio",
"command": "uvx",
"args": [
"myfigurecollection-api"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs