Meeting Notes → Decisions & Actions
Turn a raw transcript into decisions, action items with owners, and open questions.
by Notion
Notion's official MCP server connects an AI agent to your Notion workspace so it can search, read, create, and update pages and databases. Notion recommends its remote hosted endpoint (no infrastructure to run), and also publishes an open-source server you can self-host via npm.
The Model Context Protocol (MCP).
Setup steps with copy-paste config. Sources are cited under each method.
Requires: An MCP host that supports remote servers · A Notion account
Add the hosted endpoint
Point your host at Notion's remote MCP endpoint and authorize with OAuth — nothing to install or update.
https://mcp.notion.com/mcpAuthorize and pick pages
Complete the OAuth flow and grant the integration access to only the pages/databases the agent should touch.
Requires: Node.js · A Notion internal integration token
Add to your MCP config
Run the open-source server locally with an integration token that has access to the pages you share with it.
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": { "NOTION_TOKEN": "ntn_your-token" }
}
}
}Copy-paste prompts written to exercise this plugin, with what to expect.
You want meeting notes turned into tracked action items.
From the 'Weekly Sync' page, extract action items and create one entry per item in the Tasks database with owner and due date filled in.
What to expect: The agent reads the page and writes structured entries into the right database, rather than returning plain text you re-enter by hand.
Real prompts from the IterPrompt library you can copy or run.
Turn a raw transcript into decisions, action items with owners, and open questions.
Turn merged PRs into release notes users actually read.
Turn any AI chat into a note-taking assistant with this community persona prompt.
Turn any AI chat into a note-taking assistant with this community persona prompt.
Turn any AI chat into a markdown notes with this community persona prompt.
Turn any AI chat into an ultra-realistic handwritten hospital note image with this community persona prompt.
Notion recommends the remote endpoint for most users (no setup, auto-updated). Self-hosting suits teams that need to keep the token and traffic in-house.
Consensus (ResearchGPT)
Consensus
A custom GPT that answers questions grounded in peer-reviewed research papers with citations.
Knowledge Graph Memory MCP Server
Model Context Protocol
Give an agent persistent memory as a local knowledge graph of entities and relations.
Smart Connections (Obsidian)
Brian Petro
Surface semantically related notes and chat with your Obsidian vault, locally.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.