MCP.so
登录

DadMCP

@andyrewlee

关于 DadMCP

Remote MCP server for providing better education at home

基本信息

分类

其他

许可证

AGPL-3.0

运行时

node

传输方式

stdio

发布者

andyrewlee

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

其他 分类下的更多 MCP 服务器