octen-mcp
Rank #5,516io.github.Octen-Team/octen-mcp
URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights.
octen-mcp is a Model Context Protocol (MCP) server published by octen-team. It ranks #5,516 of 132,046 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. octen-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 126,530 of 132,046 servers on MCP Toplist.
Use octen-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add octen-mcp -e "OCTEN_API_KEY=<your OCTEN_API_KEY>" -e "OCTEN_API_URL=<your OCTEN_API_URL>" -- npx -y octen-mcpReplace each placeholder with your own value before saving.
[mcp_servers.octen-mcp]
command = "npx"
args = ["-y", "octen-mcp"]
[mcp_servers.octen-mcp.env]
OCTEN_API_KEY = "<your OCTEN_API_KEY>"
OCTEN_API_URL = "<your OCTEN_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<your OCTEN_API_KEY>",
"OCTEN_API_URL": "<your OCTEN_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<your OCTEN_API_KEY>",
"OCTEN_API_URL": "<your OCTEN_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"octen-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<your OCTEN_API_KEY>",
"OCTEN_API_URL": "<your OCTEN_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<your OCTEN_API_KEY>",
"OCTEN_API_URL": "<your OCTEN_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<your OCTEN_API_KEY>",
"OCTEN_API_URL": "<your OCTEN_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Octen-Team%2Focten-mcp)<a href="https://mcptoplist.com/server/io.github.Octen-Team%2Focten-mcp"><img src="https://mcptoplist.com/badge/io.github.Octen-Team%2Focten-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
octen-team
Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | May 20, 2026 |
Frequently asked questions
- Who maintains octen-mcp?
- octen-mcp is maintained by octen-team, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is octen-mcp listed on the Official MCP Registry?
- Yes — octen-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does octen-mcp have?
- MCP Toplist tracks 1 version of octen-mcp, most recently published on May 20, 2026.
- Where can I find the source code for octen-mcp?
- The source code for octen-mcp is hosted at github.com/octen-team/octen-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.