https://github.com/chatmcp/mcp-directory
directory for Awesome MCP Servers
https://github.com/chatmcp/mcp-directory
awesome-mcp-servers mcp mcp-server-store mcp-servers mcp-servers-directory
Last synced: about 18 hours ago
JSON representation
directory for Awesome MCP Servers
- Host: GitHub
- URL: https://github.com/chatmcp/mcp-directory
- Owner: chatmcp
- License: apache-2.0
- Created: 2024-12-06T02:22:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T16:29:02.000Z (20 days ago)
- Last Synced: 2025-04-07T20:05:59.683Z (8 days ago)
- Topics: awesome-mcp-servers, mcp, mcp-server-store, mcp-servers, mcp-servers-directory
- Language: TypeScript
- Homepage: https://mcp.so
- Size: 778 KB
- Stars: 948
- Watchers: 8
- Forks: 108
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - chatmcp/mcp-directory
- Awesome-LLMOps - mcp-directory - directory.svg?style=flat&color=green)   (MCP / MCP Server)
- awesome-mcp-servers - Open-Sourced MCP Servers Directory - directory for Awesome MCP Servers (Table of Contents / Gaming)
- awesome-mcp-servers - Open-Sourced MCP Servers Directory - directory for Awesome MCP Servers (Table of Contents / Gaming)
README
## MCP Directory
a directory for Awesome MCP Servers.
live preview: [https://mcp.so](https://mcp.so)

## Quick Start
1. clone the repo
```bash
git clone https://github.com/chatmcp/mcp-directory.git
cd mcp-directory
```2. install dependencies
```bash
pnpm install
```3. prepare database
create a database with [Supabase](https://supabase.com/)
run the sql file in `data/install.sql`
4. set env variables
put a .env file in the root directory
with env variables:
```env
SUPABASE_URL=""
SUPABASE_ANON_KEY=""NEXT_PUBLIC_WEB_URL="http://localhost:3000"
```5. run the dev server
```bash
pnpm dev
```6. preview the site
open [http://localhost:3000](http://localhost:3000) in your browser
## Community
- [MCP Server Telegram](https://t.me/+N0gv4O9SXio2YWU1)
- [MCP Server Discord](https://discord.gg/RsYPRrnyqg)
- [ChatMCP Official Twitter](https://x.com/chatmcp)## About the author
- [idoubi](https://bento.me/idoubi)
- [Follow me on Twitter](https://x.com/idoubicv)
- [Buy me a coffee](https://www.buymeacoffee.com/idoubi)