Token导航 LogoToken导航

MCP 工具与服务目录

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

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

正式条目

87,640

可复制安装

36,828

最近生成

2026-05-22

数据服务stdio

一个提供直接PostgreSQL数据库查询执行能力的MCP服务器,支持参数化查询和可配置超时,专为Cursor IDE设计。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npx -y @smithery/cli install @1Levick3/postgresql-mcp-server --client claude

搜索检索stdio
Prem MCP Server logo

Prem MCP Server

@smithery/cli

Prem MCP Server是一个实现模型上下文协议(MCP)的服务器,为Prem AI提供无缝集成,支持聊天完成、检索增强生成、文档管理等功能。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npx -y @smithery/cli install @ucalyptus/prem-mcp-server --client claude

设计创作stdio
Promptpilot MCP logo

Promptpilot MCP

promptpilot-mcp

Generate images, video, and audio directly in Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent.\\r\\n20+ models — Flux, GPT-Image-1, Imagen 4, Grok Imagine, Seedance, ElevenLabs TTS, and more. Free models work without an API key. Paid models require a Pollinations key.

安装状态

已补齐

工具数量

8

GitHub Stars

1

命令预览

npx -y promptpilot-mcp [object Object]

数据服务stdio

一个全面的MCP服务器,用于iRacing遥测数据,提供实时赛车建议、车辆识别、遥测分析和赛车数据对话交互。

安装状态

已补齐

工具数量

5

GitHub Stars

1

命令预览

python -m venv .venv

运维云端stdio
RDW MCP Server logo

RDW MCP Server

rdw-mcp-server

一个用于查询荷兰RDW车辆注册数据的MCP服务器,提供车辆信息、燃料/排放数据以及按品牌和型号搜索车辆的功能。

安装状态

已补齐

工具数量

1

GitHub Stars

1

命令预览

npx rdw-mcp-server # if using npx

音视频stdio
Rendi MCP Server logo

Rendi MCP Server

@smithery/cli

Rendi MCP Server是一款基于云的FFmpeg处理服务,通过API提供视频和音频的转换、编辑、链式处理等功能,适用于需要云端音视频处理的AI助手和开发者。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npx @smithery/cli install rendi-mcp-server

AI代理stdio

ResearchTwin是一个开源联邦平台,将研究人员的出版物、数据集和代码库转化为可对话的数字孪生,通过BGNO架构实现人类与AI代理协作加速科学发现。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

pip install -r backend/requirements.txt

运维云端stdio

RevenueBase MCP Server是一个提供高精度企业邮箱验证服务的协议服务器,支持实时验证、批量处理和防火墙绕过等功能。

安装状态

已补齐

工具数量

7

GitHub Stars

1

命令预览

python server.py

开发工具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
Scaflog Zoho MCP Server logo

Scaflog Zoho MCP Server

@modelcontextprotocol/inspector

MCP Server for Scaflog Zoho Creator App

安装状态

已补齐

工具数量

1

GitHub Stars

1

命令预览

npx @modelcontextprotocol/inspector uv --directory /Users/alexsherin/Documents/Projects/MCP ...

AI代理stdio

一个基于MCP协议的豆包Seedream 4.0模型的文生图服务器,支持多种尺寸、水印控制和批量生成,可无缝集成到Claude Code中使用。

安装状态

已补齐

工具数量

1

GitHub Stars

1

命令预览

pip install -r requirements.txt

地图位置stdio

一个通过证书认证实现与Microsoft SharePoint无缝集成的MCP服务器,支持文档、文件夹和其他SharePoint资源的安全交互。

安装状态

已补齐

工具数量

13

GitHub Stars

1

命令预览

uvx mcp-sharepoint-cert

文档知识stdio
Sherlock Domains MCP logo

Sherlock Domains MCP

@modelcontextprotocol/inspector

Sherlock Domains MCP服务器是一个用于购买和管理域名的工具,同时提供笔记存储和管理功能,支持自定义URI方案和笔记摘要生成。

安装状态

已补齐

工具数量

1

GitHub Stars

1

命令预览

npx @modelcontextprotocol/inspector uv --directory /Users/pengren/go/github.com/Fewsats/sher...

开发工具stdio

MCP server for SinoPac shioaji api

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

uv run python client/client.py

AI代理stdio
Sleep MCP Server logo

Sleep MCP Server

@smithery/cli

Sleep MCP Server 是一个用于控制代理执行流程的延迟执行服务器,通过引入定时延迟来确保任务按预期顺序执行,适用于需要等待间隔的工作流管理。

安装状态

已补齐

工具数量

1

GitHub Stars

1

命令预览

npx @smithery/cli install @AgentsWorkingTogether/mcp-sleep --client claude

搜索检索stdio

Snippets MCP是一个使用语义搜索和关键字匹配来存储、搜索和管理代码片段的工具,适用于开发者在日常编码中快速检索和使用代码片段。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npx @freakynit/snippets-mcp add-snippet --code

音视频stdio
spotify MCP (spotify-mcp-5c1435e5) logo

spotify MCP (spotify-mcp-5c1435e5)

@modelcontextprotocol/inspector

一个连接Claude与Spotify的MCP服务器,提供播放控制、音乐搜索和队列管理功能。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

npx @modelcontextprotocol/inspector uv --directory /Users/varun/Documents/Python/spotify_mcp...

音视频stdio

一个基于自然语言和多种相似性算法创建和管理Spotify播放列表的服务,支持音频特征分析和流派匹配。

安装状态

已补齐

工具数量

0

GitHub Stars

1

命令预览

uv run mcp dev server.py

AI代理stdio
Spreadsheet MCP Server logo

Spreadsheet MCP Server

@modelcontextprotocol/inspector

一个通过Model Context Protocol (MCP) 提供Google电子表格数据访问的服务器,使LLM能够直接利用电子表格信息。

安装状态

已补齐

工具数量

2

GitHub Stars

1

命令预览

npx @modelcontextprotocol/inspector node build/index.js