mymlh mcp server for Claude Desktop
ci.git/mymlh-mcp-server
OAuth-enabled MyMLH MCP server for accessing MyMLH data.
client:Claude Desktop
transport:streamable-http
Install mymlh mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mymlh-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mymlh-mcp.git.ci/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