dad-mcp
Remote MCP server for providing better education at home
Documentation
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.tsUpdate .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=YouReplicateApiTokenRun Redis, install dependencies and run Next.js server
redis-server
pnpm i
pnpm run devFrequently asked questions
What is dad-mcp?
dad-mcp is Remote MCP server for providing better education at home
How do I install dad-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is dad-mcp open source?
Yes — it is hosted on GitHub at https://github.com/andyrewlee/dad-mcp and has 1 stars.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP