DadMCP

by andyrewlee

1 stars
133 downloads
Not rated
GitHub Website

About

Remote MCP server for providing better education at home

Details

Author
andyrewlee
GitHub stars
1
Downloads
133
Categories
Other

- Remote MCP server for AI education at home
- Requires an access token for authentication
- Uses SSE (Server-Sent Events) transport
- Local development with Supabase, Redis, and Replicate
- Dad-powered learning experience

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DadMCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect remotely by running npx mcp-remote https://dadmcp.com/sse?token=YourAccessToken in your MCP client configuration. For local development, set up Supabase, Redis, a Replicate API token, and run the Next.js server.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dadmcp": {
            "DadMCP": {
                "command": "npx",
                "args": [
                    "mcp-remote",
                    "https://dadmcp.com/sse?token=YourAccessToken"
                ]
            }
        }
    }
}

McpServers

{
    "DadMCP": {
        "command": "npx",
        "args": [
            "mcp-remote",
            "https://dadmcp.com/sse?token=YourAccessToken"
        ]
    }
}

DadMCP

Spark your kid's creativity with AI-powered education at home. Remote MCP server for dad-powered learning.

Connecting to Remote MCP Server

{
  "mcpServers": {
    "DadMCP": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://dadmcp.com/sse?token=YourAccessToken"
      ]
    }
  }
}

Running Locally

Set up local Supabase

npx supabase@beta start
npx supabase@beta reset
npx supabase@beta gen types typescript --local > lib/database.types.ts

Update .env.local

NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
NEXT_PUBLIC_SUPABASE_ANON_KEY=YourSupabaseAnonKey
REDIS_URL=redis://localhost:6379
REPLICATE_API_TOKEN=YouReplicateApiToken

Run Redis, install dependencies and run Next.js server

redis-server
pnpm i
pnpm run dev
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.