AI Model Watch for Cursor
io.github.khavel/aimodelwatch
Prices, context windows, lifecycle and deprecation dates for 270+ AI/LLM models. Daily, no key.
client:Cursor
transport:stdio
runtime:npm
Install AI Model Watch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aimodelwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aimodelwatch/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs