Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-learn-adarshem": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@adarshem/mcp-server-learn",
"--client",
"claude"
]
}
}
}