Token导航 LogoToken导航

MCP 工具与服务目录

找到适合你的 MCP Server,快速完成接入

按功能、传输方式和来源整理 MCP Server,提供安装命令、配置方式、仓库与文档入口,方便你快速比较并接入合适的服务。

正式条目

87,640

可复制安装

36,828

最近生成

2026-05-22

开发工具stdio
Rival MCP logo

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

安装状态

已补齐

工具数量

4

GitHub Stars

1

命令预览

npx -y rival-mcp [object Object]

开发工具stdio

MCP server for SinoPac shioaji api

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

uv run python client/client.py

开发工具stdio
Stela MCP logo

Stela MCP

@smithery/cli

MCP server for local system operations

安装状态

已补齐

工具数量

14

GitHub Stars

1

命令预览

npx -y @smithery/cli install @Sachin-Bhat/stela-mcp --client claude

开发工具stdio

Symbol MCP Server. (REST API tools)

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npx tsx /path/to/your/mcp/symbol-mcp-server/src/index.ts\",

开发工具stdio

an mcp server to interact with teable's database

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npm install --save-dev typescript @types/node

开发工具stdio
Yeoman MCP logo

Yeoman MCP

@smithery/cli@latest

一个Model Context Protocol (MCP)服务器,提供与Yeoman生成器的集成,允许AI代理以编程方式搜索和运行Yeoman模板。

安装状态

已补齐

工具数量

3

GitHub Stars

1

命令预览

npx @smithery/cli@latest install mcp-yeoman --client claude

开发工具stdio

integrating Airbnb MCP servers with LangChain and Groq using a browser-based interface

安装状态

已补齐

工具数量

0

GitHub Stars

0

命令预览

pip install uv

开发工具stdio
Beauty1 MCP logo

Beauty1 MCP

@smithery/cli@latest

MCP server configuration for beauty1 project

安装状态

已补齐

工具数量

0

GitHub Stars

0

命令预览

npx -y @smithery/cli@latest install @smithery/toolbox --client cursor --config '{"dynamic":f...

开发工具stdio

MCP server to run code in Blender

安装状态

已补齐

工具数量

0

GitHub Stars

0

命令预览

uvx --from https://github.com/rectalogic/blender-mcp.git blender-mcp --blender-path /Applica...

开发工具stdio

一个自动化博客发布工具,能够将Obsidian中的Markdown文件复制到指定目录,处理图片链接并推送到GitHub。

工具数量

0

GitHub Stars

0

开发工具stdio

An MCP (Model Context Protocol) server that integrates with the Language Server Protocol (LSP) to expose rich semantic information from codebases to an LLM code agent.

安装状态

已补齐

工具数量

0

GitHub Stars

0

命令预览

npm install -g codesynapse\"

开发工具stdio
Comedy MCP Server logo

Comedy MCP Server

@modelcontextprotocol/inspector

MCP server using C# SDK to enhance comments with jokes from JokeAPI.

安装状态

已补齐

工具数量

3

GitHub Stars

0

命令预览

npx @modelcontextprotocol/inspector dotnet run