Odel
URLs-LE

URLs-LE

Local
@nolindnaidoo1TypeScriptMITUpdated 1w ago

Extract URLs from documentation, configuration and code, with their protocol and position.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmurls-le-mcpv2.3.0

Run

npx -y urls-le-mcp

MCP client config

{
  "mcpServers": {
    "urls-le": {
      "command": "npx",
      "args": [
        "-y",
        "urls-le-mcp"
      ]
    }
  }
}