Home › Other › octen-mcp

octen-mcp

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

JavaScript
★ 16 stars Last pushed 2026-09-15 License: MIT

Connect

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

Package (npm 0.1.5)

npx -y octen-mcp@0.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "octen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "octen-mcp@0.1.5"
      ],
      "env": {
        "OCTEN_API_KEY": "<YOUR_VALUE>",
        "OCTEN_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OCTEN_API_KEY required secret — Octen API key. Get one at https://octen.ai (self-serve).
  • OCTEN_API_URL — Override the Octen API base URL. Default: https://api.octen.ai.

Related servers

Data from the Official MCP Registry