loading…
Search for a command to run...
loading…
A curated list of MCP servers by [mcpso](https://mcp.so)
A curated list of MCP servers by [mcpso](https://mcp.so)
a directory for Awesome MCP Servers.
live preview: https://mcp.so

git clone https://github.com/chatmcp/mcp-directory.git
cd mcp-directory
pnpm install
create a database with Supabase
run the sql file in data/install.sql
put a .env file in the root directory
with env variables:
SUPABASE_URL=""
SUPABASE_ANON_KEY=""
NEXT_PUBLIC_WEB_URL="http://localhost:3000"
pnpm dev
open http://localhost:3000 in your browser
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"open-sourced-mcp-servers-directory": {
"command": "npx",
"args": []
}
}
}