llmtest mcp for Cursor
io.github.tjacquesson/llmtest-mcp
Benchmark AI models on real prompts. Find cheaper, faster alternatives across 340+ models.
client:Cursor
transport:stdio
runtime:npm
Install llmtest mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llmtest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llmtest-mcp"
],
"env": {
"LLMTEST_API_KEY": "<LLMTEST_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs