一个连接AI模型和Steampipe工具的MCP服务器,用于执行Steampipe查询。
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
npx -y @modelcontextprotocol/inspector uv --directory . run steampipe_mcp_server.py
一个连接AI模型和Steampipe工具的MCP服务器,用于执行Steampipe查询。
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
npx -y @modelcontextprotocol/inspector uv --directory . run steampipe_mcp_server.py
MCP server for managing storyblok
工具数量
0
GitHub Stars
1
Teamate MCP 服务器端
工具数量
0
GitHub Stars
1
A lightweight FastAPI server that can run as a Windows service and exposes an endpoint to execute shell commands and stream their output
安装状态
已补齐
工具数量
2
GitHub Stars
1
命令预览
python service.py install
Take your gaming experience to the next level with this MCP server for Clash of Clans.
工具数量
7
GitHub Stars
1
MCP server to provide tools
工具数量
2
GitHub Stars
1
一个基于Python的摩尔斯电码服务器项目
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
pip install -r requirements.txt
demo multiplexing mcp servers
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
npx \\\"@wong2/mcp-cli\\\" -c .\\\\config.json\"
一个基于Model Context Protocol (MCP)的MySQL服务器,允许通过MCP协议执行SQL查询、检查数据库连接状态并提供SQL查询示例提示。
工具数量
0
GitHub Stars
1
NextChat with MCP server creation functionality and OpenRouter integration
工具数量
5
GitHub Stars
1
Office MCP Server
工具数量
16
GitHub Stars
1
PageBolt MCP Server 是一款集成网页截图、PDF生成、OG图片创建、页面检查及演示视频录制的多功能API服务,适用于AI助手集成。
工具数量
8
GitHub Stars
1
一个用于执行和管理Phalcon 5.0.x框架命令的MCP服务器,支持项目、控制器、模型等的创建和管理。
安装状态
已补齐
工具数量
11
GitHub Stars
1
命令预览
python install.py

@smithery/cli
一个基于Playwright和MCP协议的网页内容检索与交互模拟服务器,提供页面导航、内容提取和鼠标操作等功能。
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
npx -y @smithery/cli install @showfive/playwright-mcp-server --client claude

@smithery/cli
一个提供直接PostgreSQL数据库查询执行能力的MCP服务器,支持参数化查询和可配置超时,专为Cursor IDE设计。
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
npx -y @smithery/cli install @1Levick3/postgresql-mcp-server --client claude
ProjectDocHelper is an MCP (Model Context Protocol) server designed to automatically generate project documentation and make it accessible to AI development tools like Cursor through MCP, thereby improving the accuracy and relevance of AI responses.
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
pip install projectdochelper

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]
A Model Context Protocol (MCP) server for fetching rubygems metadata via rubygems.org API
工具数量
0
GitHub Stars
1
A desktop application for managing MCP (Machine Completion Protocol) servers that integrate with AI tools like Claude and Cursor.
工具数量
0
GitHub Stars
1
MCP server for SinoPac shioaji api
安装状态
已补齐
工具数量
0
GitHub Stars
1
命令预览
uv run python client/client.py