Learn
Freeby MCP Community
A simple MCP server that learns from the user with Google AI SDK
v1.0.3Added Apr 12, 2026
mcpserverlearnmcp-servermcp-client
Learn MCP Server
A simple MCP server that learns from the user with Google AI SDK
Installation
Reviews
Installation
Quick install
npx -y @satyam1990/learn-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"learn": {
"command": "npx",
"args": ["-y", "@satyam1990/learn-mcp"]
}
}
}