MCP.so
Sign In

DadMCP

@andyrewlee

About DadMCP

Remote MCP server for providing better education at home

Basic information

Category

Other

License

AGPL-3.0

Runtime

node

Transports

stdio

Publisher

andyrewlee

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is DadMCP?

DadMCP is a remote MCP server designed to spark kids' creativity with AI-powered education at home. It provides a dad-powered learning platform, connecting AI tools to home-based educational activities.

How to use DadMCP?

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.

Key features of DadMCP

  • 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

Use cases of DadMCP

  • Sparking children’s creativity through AI-powered educational activities at home

FAQ from DadMCP

How do I connect to the DadMCP remote server?

Add the following to your MCP client config: { "mcpServers": { "DadMCP": { "command": "npx", "args": ["mcp-remote", "https://dadmcp.com/sse?token=YourAccessToken"] } } }.

How do I run DadMCP locally?

Start Supabase with npx supabase@beta start, then run redis-server, install dependencies with pnpm i, and start the Next.js server with pnpm run dev. Set the environment variables in .env.local.

What dependencies are needed for local development?

Local development requires Supabase local instance, Redis, a Replicate API token, and the Next.js project dependencies. The environment must include NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY, REDIS_URL, and REPLICATE_API_TOKEN.

What transport and authentication does DadMCP use?

DadMCP uses SSE (Server-Sent Events) transport as shown by the /sse path in the remote URL. Authentication is handled via an access token passed as a query parameter (token=YourAccessToken).

Comments

More Other MCP servers