MCP 服务器
开放的 Model Context Protocol 服务器注册表。按类别、传输方式或使用场景,为 AI 智能体寻找合适的工具、资源和提示词。
部分描述为试点机器翻译内容,尚未经过人工审核。
服务器
177
工具
471
类别
11
贡献者
155
MCP server for SQLite database interaction and business intelligence. Enables AI agents to query SQLite databases, create and modify tables, run analytical queries, and generate insights from data. Supports read-write operations with transaction safety and provides schema introspection for understanding database structure.
MCP server for MySQL and MariaDB that lets AI agents inspect schemas, list tables, and run parameterized SQL queries. Supports read-only or read-write modes so agents can explore data, debug, and prototype against a MySQL database with controlled access.
通过 Model Context Protocol 提供对 PostgreSQL 数据库的只读访问。AI 智能体可以检查数据库模式、执行 SELECT 查询并探索表结构。通过只读事务隔离防止意外修改数据。该服务器原属于参考服务器集合,现已归档并可在 servers-archived 中获取。
Provides AI agents with access to ClickHouse analytical databases through the Model Context Protocol. Enables running analytical queries, exploring table schemas, inspecting materialized views, and monitoring query performance. Designed for OLAP workloads with support for large result sets and query profiling.
MCP server for Neon's serverless PostgreSQL platform. Enables AI agents to manage Neon projects, branches, databases, and roles. Supports creating database branches for development and testing, running SQL queries, managing connection strings, and performing schema migrations. Leverages Neon's instant branching for safe experimentation without affecting production data.
MCP server for Google BigQuery that lets AI agents explore datasets, inspect table schemas, and run SQL analytics queries with dry-run cost estimation. Useful for natural-language data analysis, ad-hoc reporting, and pipeline debugging against large-scale BigQuery warehouses.
Official Snowflake MCP server enabling AI agents to query and analyze data in the Snowflake AI Data Cloud. Supports running SQL against warehouses, exploring databases and schemas, describing tables, and invoking Cortex AI services for search and analytics, with role-based access control honored end to end.
MCP server for DuckDB, the fast in-process analytical database. Lets AI agents run analytical SQL over local files (CSV, Parquet, JSON), attach databases, inspect schemas, and profile queries. Ideal for ad-hoc data analysis, ETL prototyping, and querying large columnar files without a separate database server.
Official dbt Labs MCP server for analytics engineering workflows. Lets AI agents run dbt commands (build, run, test), inspect models and lineage via the dbt project, and query the Semantic Layer and Discovery API in dbt Cloud. Useful for transforming data, validating models, and answering metric questions grounded in governed definitions.
MCP server for the Databricks Data Intelligence Platform. Enables AI agents to run SQL against the Unity Catalog, inspect schemas and tables, and manage and monitor jobs, bringing lakehouse data and workflows into AI-powered development tools.
Apache Doris' MCP server provides agents with governed access to Doris analytics databases for schema discovery, query assistance, and operational investigation.
InfluxData's MCP server connects agents to InfluxDB 3 for SQL queries, schema exploration, and time-series database operations.
Google's MCP Toolbox provides secure, ready-made and custom tools for database queries, schema operations, and semantic search in agent workflows.
Metabase's built-in MCP server that lets AI clients connect directly to a Metabase instance, scoped to the connecting user's permissions. Enables agents to discover databases and models, run queries, and retrieve results and dashboards so teams can ask questions of their business intelligence data in natural language.
Official MCP server for DuckDB and MotherDuck. Lets AI assistants run SQL analytics directly against local DuckDB files, in-memory databases, S3-hosted data, and MotherDuck cloud warehouses. Supports read and write queries, browsing database catalogs, and switching between connections on the fly, making it well suited for conversational data exploration and lightweight analytics.
MCP server for interacting with a Tinybird Workspace from any MCP client. Lets AI agents explore data sources, call published API endpoints, run SQL queries over real-time data, and push datafiles, making Tinybird's analytics readily available to LLM-driven workflows.
Official Supabase MCP server for database and backend integration. Enables AI agents to query PostgreSQL databases, manage tables and schemas, handle authentication users, interact with storage buckets, and invoke edge functions. Provides full access to Supabase project management including migrations and type generation.
Community-supported MCP server from the Couchbase ecosystem that lets AI assistants interact with data in Couchbase clusters and Capella. Exposes tools to browse scopes and collections, run SQL++ (N1QL) queries, and read or modify documents, with authentication and safety controls enforced by the server. Useful for conversational data exploration and operational queries against Couchbase.
Skills 与 MCP 服务器
有什么区别?Skills定义“做什么”
Skill 将说明、示例提示词和推荐模型组织在一起,让智能体稳定地完成任务。Skills 增加的是知识,而不是新的连接。
MCP 服务器定义“如何连接”
MCP 服务器通过连接数据库、API 和文件等真实系统,为智能体增加新能力。MCP 提供连接和操作,而不是任务说明。
简单来说:当模型需要把某项任务做好时选择 Skill;当模型需要访问工具或系统时选择 MCP 服务器。两者可以组合使用,Skill 可以依赖 MCP 服务器提供的工具。
开发了 MCP 服务器?
将它提交到由社区维护的开源注册表。