← Discover MCPs and Agents
m
MCPOtherGitHub

mcpso

directory for Awesome MCP Servers

Links

README

From the repo.

MCP Directory

a directory for Awesome MCP Servers.

live preview: https://mcp.so

preview

Quick Start

  1. clone the repo
git clone https://github.com/chatmcp/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

Collected info

  • 2,018 stars
  • 227 forks
  • Language: TypeScript
  • Source updated: 6/17/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.