dad-mcp
DadMCP is a remote Model Context Protocol server designed to enhance children's creativity through AI-powered education at home.
DadMCP is a specialized Model Context Protocol (MCP) server that focuses on providing AI-driven educational experiences for children. It allows parents, especially dads, to engage their kids in creative learning activities using advanced AI technologies. The server can be accessed remotely, making it convenient for home-based learning. DadMCP integrates with various platforms and tools to offer a seamless educational experience, leveraging the power of AI to make learning interactive and fun.
Features
- AI-Powered Education: Utilizes AI to create engaging and interactive learning experiences for children.
- Remote Access: Allows for easy connection to the MCP server from any location, facilitating home-based learning.
- Integration with Supabase: Supports local setup with Supabase for database management.
- Redis Support: Includes Redis for efficient data caching and management.
- Next.js Compatibility: Runs on a Next.js server, providing a modern web application framework for development.
Usage with Different Platforms
Connecting to Remote MCP Server
{
"mcpServers": {
"DadMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://dadmcp.com/sse?token=YourAccessToken"
]
}
}
}
Running Locally
bash
npx supabase@beta start
npx supabase@beta reset
npx supabase@beta gen types typescript --local > lib/database.types.ts
Update .env.local
bash
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
bash
redis-server
pnpm i
pnpm run dev
Related MCP Servers
View all typescript servers →mcp-unity
by CoderGamester
MCP Unity is an implementation of the Model Context Protocol for Unity Editor, allowing AI assistants to interact with your Unity projects.
marvel-mcp
by DanWahlin
MCP Server for the Marvel Developer API, enabling interaction with characters and comics data.
DoorDash-MCP-Server
by JordanDalton
The MCP Server Guide provides instructions for building and deploying a Model Context Protocol server using Node.js and TypeScript.
superset-mcp-server
by LiusCraft
The MCP Server Superset is a server-side application built on the Apache Superset REST API, enabling basic query capabilities through large models.
hubble-ai-mcp
by HubbleVision
Hubble AI for Solana is an AI-powered analytics tool that provides data analysis and visualization for Solana blockchain transactions using natural language queries.
wrenai-mcp-server
by jfzhou5
Custom MCP servers for wrenai are designed to facilitate the integration and testing of model context protocol servers with specific configurations and tools.
mcp-server-erp
by coryhighsea
The Model Context Protocol (MCP) server is designed to facilitate communication and interaction with language models, providing a structured and efficient way to manage model contexts.