- Rival Mcp
Rival Mcp
rival-mcp
MCP server for querying AI model comparison data from rival.tips
This server lets AI coding assistants — Claude Code, Cursor, Windsurf, and any MCP-compatible client — natively query model benchmarks, pricing, capabilities, and side-by-side comparisons without leaving your editor.
Quick Start
npx rival-mcp
No API key required. All data is served from the public rival.tips API.
Configuration
Claude Code
Add to your .claude/settings.json (project-level) or ~/.claude/settings.json (global):
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Windsurf
Add to your Windsurf MCP config:
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Available Tools
list-models
List all AI models with optional filtering.
Parameters:
Parameter Type Description
provider string (optional) Filter by provider: OpenAI, Anthropic, Google, Meta, Mistral, etc.
category string (optional) Filter by category: flagship, reasoning, coding, small, free, image-gen
capability string (optional) Filter by capability: chat, code, vision, image-gen, function-calling
q string (optional) Free-text search across name, ID, provider, and description
Example prompts:
"List all Anthropic models"
"Show me free models"
"What models support vision?"
get-model
Get detailed information about a specific model — benchmarks, pricing, capabilities, unique features, and provider availability.
Parameters:
Parameter Type Description
id string (required) Model ID, e.g. gpt-4.1, claude-3.7-sonnet, gemini-2.5-pro
Example prompts:
"Get details on claude-3.7-sonnet"
"What are the benchmarks for gpt-4.1?"
compare-models
Compare 2-3 models side by side — benchmarks, pricing, capabilities, and shared challenges.
Parameters:
Parameter Type Description
models string (required) Comma-separated model IDs (2-3). Example: gpt-4.1,claude-3.7-sonnet
Example prompts:
"Compare GPT-4.1 vs Claude 3.7 Sonnet"
"How does Gemini 2.5 Pro stack up against GPT-4.1 and Claude Sonnet?"
search-models
Search for models by name, description, or capability when you don't know the exact model ID.
Parameters:
Parameter Type Description
query string (required) Search query, e.g. vision, cheap coding, fast reasoning
Example prompts:
"Find models good at coding"
"Search for cheap reasoning models"
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run the built server
npm start
How It Works
This MCP server communicates over stdio (standard input/output) using the Model Context Protocol. When an AI assistant needs model comparison data, it calls the appropriate tool, which fetches data from the rival.tips public API and returns structured JSON.
The server exposes no resources or prompts — only tools. All data is read-only and publicly available.
Data Source
All model data comes from rival.tips, an AI model comparison platform featuring:
60+ AI models with benchmarks, pricing, and capability data
Side-by-side comparisons with shared challenge responses
Community-driven AI duel voting and rankings
Pre-generated showcase responses across coding, creative, and reasoning tasks
License
MIT
Server Config
{
"mcpServers": {
"rival": {
"command": "npx",
"args": [
"-y",
"rival-mcp"
]
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Amap Maps高德地图官方 MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
WindsurfThe new purpose-built IDE to harness magic
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
ChatWiseThe second fastest AI chatbot™
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
CursorThe AI Code Editor
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Playwright McpPlaywright MCP server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.