switchai for Cursor
io.github.us1929/switchai
Compare Italian energy tariffs with AI. Analyzes bills, finds best offers, live market indices.
client:Cursor
transport:stdio
runtime:npm
Install switchai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"switchai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@us1929/switchai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs