MCP directory
Data
582 MCP servers — install commands + config snippets + live GitHub stats. Browse anonymously, or sign in to like, install, and tune your For You feed.
-
Filesystem
Read, write, and search files on the local filesystem with configurable access boundaries.
npm install -g @modelcontextprotocol/server-filesystem -
Postgres
Read-only access to a Postgres database — list tables, run SELECTs, inspect schemas.
npm install -g @modelcontextprotocol/server-postgres -
SQLite
Read + write access to a local SQLite database file — full CRUD, schema management.
npm install -g @modelcontextprotocol/server-sqlite -
Google Drive
Search, read, and create Google Drive files — Docs, Sheets, Slides, and arbitrary uploads.
npm install -g @modelcontextprotocol/server-gdrive -
AWS Knowledge Base
Query a Bedrock Knowledge Base — RAG retrieval over your indexed AWS documents.
npm install -g @modelcontextprotocol/server-aws-kb-retrieval -
Redis
Read + write to a Redis instance — strings, hashes, lists, sets, sorted sets.
npm install -g @modelcontextprotocol/server-redis -
MongoDB
Query, modify, and administer MongoDB databases — full driver surface.
npm install -g mcp-mongo-server -
Neon
Manage Neon serverless Postgres — projects, branches, databases, roles.
npx -y @neondatabase/mcp-server-neon -
Elasticsearch
Search + index management for Elasticsearch / OpenSearch clusters.
npm install -g @elastic/mcp-server-elasticsearch -
Pinecone
Vector search via Pinecone — managed-cloud RAG store with hybrid search support.
npm install -g mcp-pinecone -
Weaviate
Vector + structured search via Weaviate — multimodal RAG with built-in modules.
uvx mcp-server-weaviate -
Snowflake
Query Snowflake warehouses — SELECT, DDL, schema inspection, role-aware access.
uvx mcp_snowflake_server - Community Data
Databricks
Query Unity Catalog, run notebooks, and manage jobs on Databricks.
npm install -g mcp-databricks-server - Community Data
BigQuery
Query Google BigQuery datasets — runs SQL, returns rows + schema.
npm install -g mcp-server-bigquery - Community Data
Tableau
Query Tableau dashboards + extracts via the Tableau REST API.
uvx mcp-server-tableau -
mcp-toolbox
MCP Toolbox for Databases is an open source MCP server for databases.
go install github.com/.../mcp-toolbox@latest