Odel
octen mcp

octen mcp

Local
@octen-team14JavaScriptMITUpdated 5 days ago

URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights.

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).

npmocten-mcpv0.1.5

Run

npx -y octen-mcp

MCP client config

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