OmniContext
FreeNot checkedConnects Claude Desktop to Notion and YouTube transcripts with one-click installation, enabling natural language queries about your pages and video content.
About
Connects Claude Desktop to Notion and YouTube transcripts with one-click installation, enabling natural language queries about your pages and video content.
README
Connect Claude to your life — without touching a terminal.
OmniContext is a local MCP server for Claude Desktop that connects Claude to the tools you already use — Notion and YouTube today, more on the way. Install it as a one-click extension, no terminal or API dashboard required.
You: Summarize this video for me: youtube.com/watch?v=xxxxxxxxxxx
Claude: [reads the transcript through OmniContext and replies instantly]
You: What does my Notion page "Q3 Roadmap" say about launch dates?
Claude: [searches your Notion, opens the page, answers from its content]
Features
- Notion, without the copy-pasting — search page titles and pull full page content as clean markdown, right from the conversation.
- YouTube videos, the moment you paste the link — Claude reads the transcript and can summarize, analyze, or answer questions about it instantly.
- Clean transcript exports — when you want the raw text (for notes, research, or another tool), OmniContext saves it as a tidy
.mdfile instead of dumping it into the chat.
More integrations are on the way — see the Roadmap.
Installation
No code, no terminal, no API dashboard.
- Download the latest
omnicontext.mcpbfrom the Releases tab. - Open Claude Desktop → the menu (☰) →
File → Settings → Extensions. - Click Advanced settings then scroll down to Install Extension… and select it.
- Using Notion? Paste your integration token into the form Claude Desktop shows you. That's the entire setup.
- Try it in a chat:
- "What's this YouTube video about:
<link>" - "Read my Notion page:
<link>"
- "What's this YouTube video about:
Note: your Notion token is stored encrypted by your OS (Keychain on macOS, Credential Manager on Windows) — never in a plain text file. If you don't need Notion, skip it; the YouTube tools work with zero setup.
Development
For running the server from source, contributing, or wiring it into Claude Code instead of Claude Desktop.
git clone <your-repo-url>
cd omnicontext
npm install
npm run build # compiles TypeScript -> dist/
npm test # full suite, incl. live smoke tests
npm run pack # builds omnicontext.mcpb locally
Register it with Claude Code:
claude mcp add --transport stdio omnicontext \
--env NOTION_TOKEN=your_notion_token \
-- node /absolute/path/to/omnicontext/dist/index.js
Run it directly during development:
npm run dev
Debug tool calls with the official MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.js
Tools reference
| Tool | What it does |
|---|---|
notion_get_page |
Reads a Notion page (URL or ID) and returns it as markdown |
notion_search |
Searches page titles across everything shared with the integration |
youtube_get_transcript |
Fetches a YouTube video's transcript as plain text, for in-chat analysis |
youtube_save_transcript |
Saves a video's full transcript to a local .md file |
Roadmap
OmniContext is an early MVP — the foundation is in place, and the integrations list is just getting started.
- YouTube transcripts (in-chat + file export)
- Notion (internal token, read-only)
- One-click
.mcpbpackaging for Claude Desktop - Notion OAuth — one-click connect, no more manual tokens or sharing pages by hand
- Discord integration
- Telegram integration
- More integrations, one context source at a time
Privacy & security
OmniContext runs entirely on your machine. It talks directly to Notion's and YouTube's own APIs — there is no OmniContext backend, no analytics, and no middleman server that sees your data.
Contributing
Issues and pull requests are welcome. If you're adding a new integration, follow the existing pattern in src/integrations/<name>/ — each one is self-contained and registers its own tools without touching the core server.
Support
Found a bug or want to request an integration? Open an issue.
License
MIT — free to use, modify, and self-host.
Built on the Model Context Protocol.
Install OmniContext in Claude Desktop, Claude Code & Cursor
unyly install omnicontextInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add omnicontext -- npx -y github:h4sht/omnicontext-mcpFAQ
Is OmniContext MCP free?
Yes, OmniContext MCP is free — one-click install via Unyly at no cost.
Does OmniContext need an API key?
No, OmniContext runs without API keys or environment variables.
Is OmniContext hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install OmniContext in Claude Desktop, Claude Code or Cursor?
Open OmniContext on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
by ARAYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare OmniContext with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
