Back to MCP Servers
🔌

Open-Sourced MCP Servers Directory

Apache-2.0API key required

A curated list of MCP servers by ****

TypeScriptProductivity

Install

npx -y navfast

Required environment variables

SUPABASE_ANON_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "open-sourced-mcp-servers-directory": {
      "command": "npx",
      "args": [
        "-y",
        "navfast"
      ],
      "env": {
        "SUPABASE_ANON_KEY": "<YOUR_SUPABASE_ANON_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.