LearnThat MCP for Claude Desktop
io.github.masmedeam/learnthat
Remote MCP learning coach for coding agents.
client:Claude Desktop
transport:streamable-http
Install LearnThat MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"learnthat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learnthat-mcp-3bqygzrtsa-uc.a.run.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs