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.
Tags
#ai 190
#claude 108
#llm 98
#ai-agents 78
#agent 65
#claude-code 50
#agentic-ai 47
#community 43
#agents 41
#ai-agent 40
#automation 39
#anthropic 39
#cursor 35
#cli 33
#mcp-client 30
#ai-tools 28 clear tags
-
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