io.github.Octen-Team/octen-mcp MCP Server
io.github.Octen-Team/octen-mcp
What is the io.github.Octen-Team/octen-mcp MCP server?
URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights.
How to install io.github.Octen-Team/octen-mcp
Copy-paste configuration for popular MCP clients.
OCTEN_API_KEYrequiredsecretOcten API key. Get one at https://octen.ai (self-serve).
OCTEN_API_URLOverride the Octen API base URL. Default: https://api.octen.ai.
{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<YOUR_OCTEN_API_KEY>",
"OCTEN_API_URL": "<YOUR_OCTEN_API_URL>"
}
}
}
}{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<YOUR_OCTEN_API_KEY>",
"OCTEN_API_URL": "<YOUR_OCTEN_API_URL>"
}
}
}
}{
"mcpServers": {
"octen-mcp": {
"command": "npx",
"args": [
"-y",
"octen-mcp"
],
"env": {
"OCTEN_API_KEY": "<YOUR_OCTEN_API_KEY>",
"OCTEN_API_URL": "<YOUR_OCTEN_API_URL>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add octen-mcp --env OCTEN_API_KEY=<YOUR_OCTEN_API_KEY> --env OCTEN_API_URL=<YOUR_OCTEN_API_URL> -- npx -y octen-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.