MCPs for Notion, Confluence, and documentation
Knowledge base MCP servers expose wiki and docs platforms — Notion, Confluence, Obsidian, GitBook — to agents. They power internal Q&A bots, keep docs in sync with code, and let agents draft/edit pages naturally. Core to any RAG-powered internal search.
Knowledge base MCPs connect agents to Notion, Confluence, Obsidian, GitBook, and Mintlify. Agents can read docs, draft pages, answer from internal knowledge, and keep documentation in sync with code.
Every Stripe invoice is automatically documented in a Notion database with amount, customer, and payment status.
Notion pages tagged as 'podcast' are automatically converted to audio files via ElevenLabs and saved back as attachments.
Paste a research topic in Notion and an agent uses Perplexity to gather sources, summarize findings, and structure them.
Run daily Perplexity searches on competitors and log product updates, pricing changes, and news to a Notion tracker.
Notion's official MCP has strong semantic search. Confluence is catching up. For pure search, combine any KB MCP with Meilisearch or Algolia.
Yes — Notion, Confluence, and Obsidian MCPs all expose `update_page` and `create_page` tools. Always gate destructive edits with approval.
Official MCPs query live — no stale indexes. If you use a secondary search layer (Meilisearch), set a re-index cron (hourly/daily).
Yes — fetch via the KB MCP, embed with a vector MCP (Pinecone/pgvector), and let the agent retrieve the top-k chunks per query.
Browse the full marketplace or explore all tags to find the right MCPs for your stack.