DadMCP
@andyrewlee
About DadMCP
Remote MCP server for providing better education at home
Basic information
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).
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments