OmniContext
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OmniContextWhat's this YouTube video about: https://youtu.be/dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OmniContext
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.
Related MCP server: Claude RAG MCP Pipeline
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>"
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 locallyRegister it with Claude Code:
claude mcp add --transport stdio omnicontext \
--env NOTION_TOKEN=your_notion_token \
-- node /absolute/path/to/omnicontext/dist/index.jsRun it directly during development:
npm run devDebug tool calls with the official MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsTools reference
Tool | What it does |
| Reads a Notion page (URL or ID) and returns it as markdown |
| Searches page titles across everything shared with the integration |
| Fetches a YouTube video's transcript as plain text, for in-chat analysis |
| Saves a video's full transcript to a local |
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 DesktopNotion 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/h4sht/omnicontext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server