DadMCP
@andyrewlee
DadMCP について
Remote MCP server for providing better education at home
基本情報
設定
以下の設定を使って、このサーバーを 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).
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント