发现优秀的 MCP 服务器
通过 MCP 服务器扩展您的代理能力,拥有 23,330 个能力。
MCP Server: RepairWorld
Please provide the MCP server code you would like me to translate. I need the English code to translate it into Chinese. For example, you could provide something like: ```python # Example MCP Server Code (Python) import socket HOST = '127.0.0.1' # Standard loopback interface address (localhost) PORT = 65432 # Port to listen on (non-privileged ports are > 1023) with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: s.bind((HOST, PORT)) s.listen() conn, addr = s.accept() with conn: print(f"Connected by {addr}") while True: data = conn.recv(1024) if not data: break conn.sendall(data) ``` Once you provide the code, I will translate it into Chinese and provide it to you. I can also provide explanations of the code in Chinese if you need them.
Basecamp MCP Server
Enables AI assistants to interact with Basecamp projects through natural language commands. Supports managing projects, to-do lists, messages, and creating tasks with full content rendering capabilities.
xmcp Demo Application
A demonstration MCP server showcasing the xmcp framework's structured approach to defining tools, prompts, and resources with automatic discovery from their respective directories.
MongoDB
一个模型上下文协议(MCP)服务器,使大型语言模型(LLM)能够直接与 MongoDB 数据库交互。通过自然语言无缝地查询集合、检查模式和管理数据。
SQL Server Agent - Modal Context Protocol
一个模型上下文协议(MCP)的实现,使得大型语言模型(LLM)和 SQL Server 之间能够进行通信。它允许用户使用自然语言查询 SQL 数据库,并获得结构化的 SQL 响应。
Astra MCP Server
Enables interaction with DataStax Astra DB through the Model Context Protocol. Provides database connectivity and operations for Astra DB instances via secure token-based authentication.
Fantasy Premier League MCP Server
奇幻英超联赛 MCP 服务器 (Qíhuàn Yīngchāo Liánsài MCP Fúwùqì) **Explanation:** * **奇幻英超联赛 (Qíhuàn Yīngchāo Liánsài):** Fantasy Premier League - Directly translates to "Fantasy Premier League". * **MCP:** MCP is often left as is, as it's an acronym. * **服务器 (Fúwùqì):** Server - The standard Chinese word for "server". Therefore, the most accurate and natural translation is: **奇幻英超联赛 MCP 服务器**
WeChat Article MCP Server
Enables saving articles to WeChat Official Account drafts with support for rich text, automatic image upload, and Markdown rendering including Mermaid diagrams.
Full-Stack MCP Server
Provides 8 specialized AI agents (Frontend, Backend, Database, API, DevOps, Testing, Security, Performance) for full-stack web development, powered by high-speed Cerebras inference and integrated with OpenCode CLI.
ClickUp MCP Server
镜子 (jìng zi)
MCP Perplexity Server
用于 Perplexity API 的模型上下文协议服务器实现
TimeCard MCP
An MCP server that automates TimeCard timesheet management using Playwright browser automation. It enables users to manage projects, activities, and daily hours entries through natural language interactions.
Binance MCP Server
Enables AI agents to interact with Binance cryptocurrency exchange for trading operations, real-time market data access, portfolio management, and account monitoring through secure API integration.
Database Mcp
# 数据库 MCP 服务 一个具有数据库功能的 MCP (Metoro 控制协议) 服务,通过 GORM 支持多种数据库类型。 ## 特性 - 支持多种数据库类型: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - 通过以下方式配置: - 配置文件 (YAML) - 命令行参数 - 环境变量 - MCP 协议集成 - GORM ORM 支持 ## 安装 1. 克隆仓库 2. 安装依赖: ```bash go mod tidy ``` ## 配置 ### 配置文件 (config.yaml) 创建一个 `config.yaml` 文件,结构如下: ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # for postgres file: "database.db" # for sqlite ``` ### 命令行参数 您可以使用命令行参数覆盖配置文件中的设置: ```bash ./database-mcp --config=config.yaml \ --db-type=mysql \ --db-host=localhost \ --db-port=3306 \ --db-user=root \ --db-pass=password \ --db-name=mydb \ --db-ssl-mode=disable \ --db-file=database.db ``` 可用的命令行参数: - `--config`: 配置文件路径 (默认: "config.yaml") - `--db-type`: 数据库类型 (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: 数据库主机 - `--db-port`: 数据库端口 - `--db-user`: 数据库用户名 - `--db-pass`: 数据库密码 - `--db-name`: 数据库名称 - `--db-ssl-mode`: SSL 模式 (适用于 PostgreSQL) - `--db-file`: 数据库文件 (适用于 SQLite) ## 用法 1. 启动服务: ```bash ./database-mcp ``` 2. 服务将: - 从文件和/或命令行加载配置 - 初始化数据库连接 - 启动 MCP 服务器 - 注册可用的工具和资源 ## MCP 配置 要使用 MCP 服务,请在您的 MCP 客户端中配置 MCP 端点: ``` http://127.0.0.1:8080/sse ``` 这将把您的 MCP 客户端连接到本地运行在 8080 端口的服务。 ## MCP 工具 该服务提供以下 MCP 工具: 1. `get_tables`: 获取数据库中的所有表 - 返回一个包含表名和注释的表列表 2. `get_table_detail`: 获取关于特定表的详细信息 - 参数: - `table_name`: 要获取详细信息的表名 - 返回表信息,包括: - 表名和注释 - 列信息(名称、类型、注释、是否可为空、默认值) 3. `execute_sql`: 执行 SQL 查询 - 参数: - `query`: 要执行的 SQL 查询 - 返回: - 对于 SELECT 查询:一个结果数组 - 对于其他查询:受影响的行数 ## 许可证 MIT 许可证
Mcp Server Again
MCP服务器再次 (MCP fúwùqì zàicì)
MCP Code Reviewer
An AI-powered server for code analysis, requirements validation, and automated fix proposals with human-in-the-loop confirmation. It supports multiple LLM providers and ensures safe file modifications through automatic backups and path validation.
Obsidian MCP
一个模型上下文协议服务器,它使 AI 助手能够通过一个标准化的界面,在你的 Obsidian vault 中读取、写入和操作笔记。
Readwise MCP Enhanced
A comprehensive MCP server that unifies Readwise Reader document management with full Readwise highlights functionality, featuring AI-powered text processing and 94% reduction in token usage. Enables saving, searching, and managing documents and highlights through natural language with advanced content controls and spaced repetition learning.
BusyBee
Autonomous TDD coding agent that converts specifications into feature lists and implements them using test-driven development with pause/resume capabilities, live progress monitoring, and automatic git commits.
MCP Planes Server
VNStock MCP Server
Provides access to Vietnam stock market data including real-time quotes, historical prices, company financials, trading statistics, mutual fund information, and exchange rates through the vnstock library.
Amadeus Agent
A proof-of-concept MCP server that allows LLM agents to query live flight booking information via Amadeus, including cheapest tickets, destinations, and airline routes.
Chronicle SecOps MCP Server
一个用于与 Google Chronicle Security Operations 套件交互的 MCP 服务器,使用户能够搜索安全事件、获取警报、查找实体、列出安全规则以及检索 IoC 匹配项。
mcp-tts-server
Popmelt MCP Server
Hologres MCP Server
一个通用接口,使AI Agent能够与Hologres数据库进行通信,从而检索数据库元数据并执行SQL操作。
MCP Worktree Voting Server
Enables parallel implementation of tasks using git worktrees, allowing you to create multiple variants of a solution, evaluate them side-by-side, and select the best one.
Image Generation MCP Server
Provides multi-provider image generation with automatic fallback across services like Pollinations.ai, Cloudflare, and Hugging Face. It features specialized pixel art generation, cost tracking, and automatic saving of generated visual assets to disk.
SaaSus Docs MCP Server
Enables searching and retrieving documentation content from SaaSus Platform through MCP-compatible clients like Claude Desktop and Cursor. Provides tools to search for relevant articles, get full content from specific URLs, and access the complete sitemap of SaaSus documentation.
Rover MCP Server
A ModelContextProvider server that enables secure querying of Red Hat internal groups API using client certificate authentication.