mcpbeat Sign in
I

Odysee MCP Server

local only

Odysee MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless Odysee video search by keyword or channel.

Installs / week
npm · odysee-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

Today is the operative word: we check Odysee 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 odysee-mcp -- npx -y odysee-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "odysee-mcp": {
      "args": [
        "-y",
        "odysee-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.odysee-mcp]
command = "npx"
args = ["-y", "odysee-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "odysee-mcp": {
      "args": [
        "-y",
        "odysee-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "odysee-mcp": {
      "args": [
        "-y",
        "odysee-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Odysee MCP

same job, measured the same way
Emoji MCP
by mrfentmen

Search emoji by name or keyword locally. No network and no key.

246 installs/wk local only
China Product Recall & Safety Search
by huangjunsong404-crypto

Search recall records by company name or product keywords.

3 tools answering
YouTube MCP by UnClick
by malamutemayhem

Search YouTube and get video, channel, playlist, and caption details. By UnClick.

16 installs/wk local only
RSS Keyword Monitor
by telemarkdigital-publisher

Search bounded RSS, Atom, and RDF feed matches by keyword or regex.

1 tools answering
Case Studies
by dataart

Search DataArt case studies by technology, industry, service, or keyword.

2 tools answering
Gapbase MCP
by thevibepreneur

Search 474 validated startup gaps by industry, role, or keyword. Works offline.

30 installs/wk local only
Arxiv MCP
by mrfentmen

Search academic papers on arXiv by keyword, author, or title. No key required.

134 installs/wk local only
Biorxiv MCP Server
by cyanheads

Search and retrieve bioRxiv and medRxiv preprints — by DOI, date interval, or keyword — via MCP.

338 installs/wk 6 tools answering

Odysee MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Odysee MCP?
Odysee 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 odysee-mcp.
How do I connect Odysee 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 odysee-mcp straight from npm; nothing to host, nothing to sign up for.
Is Odysee MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.