Home › Other › mymlh-mcp-server

mymlh-mcp-server

OAuth-enabled MyMLH MCP server for accessing MyMLH data.

TypeScript Remote
★ 10 stars Last pushed 2026-07-30

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mymlh-mcp.git.ci/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mymlh-mcp-server https://mymlh-mcp.git.ci/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mymlh-mcp-server": {
      "url": "https://mymlh-mcp.git.ci/mcp"
    }
  }
}

Remote (sse)

https://mymlh-mcp.git.ci/sse HTTP 404 when checked 2026-09-24

Claude Code:

claude mcp add --transport sse mymlh-mcp-server https://mymlh-mcp.git.ci/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "mymlh-mcp-server": {
      "url": "https://mymlh-mcp.git.ci/sse"
    }
  }
}

Related servers

Data from the Official MCP Registry