/mcp-directory

discover MCP Servers and Clients for Claude Integration

Primary LanguageTypeScriptApache License 2.0Apache-2.0

MCP Integration

Discover MCP Servers and Clients for Claude Integration

live preview: https://mcp.ad

preview

Quick Start

  1. clone the repo
git clone https://github.com/Go-To-Sea/mcp-directory.git
cd mcp-directory
  1. install dependencies
pnpm install
  1. prepare database

create a database with Supabase

run the sql file in data/install.sql

  1. set env variables

put a .env file in the root directory

with env variables:

SUPABASE_URL=""
SUPABASE_ANON_KEY=""

NEXT_PUBLIC_WEB_URL="http://localhost:3000"
  1. run the dev server
pnpm dev
  1. preview the site

open http://localhost:3000 in your browser

Community

About the author