mcpbeat Sign in

Octen MCP Server

by octen-team Your server? Claim it
local only

Octen MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 269 · avg 52 · +4% w/w
a month agotoday
49
Installs / week
npm · octen-mcp
16
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Octen MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add octen-mcp -- npx -y octen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "octen-mcp": {
      "args": [
        "-y",
        "octen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.octen-mcp]
command = "npx"
args = ["-y", "octen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "octen-mcp": {
      "args": [
        "-y",
        "octen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "octen-mcp": {
      "args": [
        "-y",
        "octen-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OCTEN_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Octen MCP

same job, measured the same way
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

226 installs/wk local only
Massdriver
by massdriver

Manage the Massdriver infrastructure platform: projects, environments, deployments, and more.

local only
Mnemex
by simplemindedbot

Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).

64 installs/wk local only
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
VitaminMCP
by backas03

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

116 installs/wk local only
Relaystation
by relaystation

Pay-per-call agent infrastructure: file storage & handoff, compute tools, messaging, e-sign, KYC.

14 tools answering
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
Dataecho
by dataecho

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

26 tools answering

Octen MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Octen MCP?
Octen MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package octen-mcp was installed 49 times last week.
How do I connect Octen MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls octen-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Octen MCP?
The npm package octen-mcp was installed 49 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Octen MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 16 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.