MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Meeting notes

Meeting notes

Capture meetings without the tab hop: transcripts, calendar, and structured notes in Notion.

Ads

Servers in this stack

  1. 1G

    Granola MCP

    > Connect Claude, ChatGPT, and other AI tools to your Granola meeting notes via MCP. Query your notes, search transcripts, and get meeting insights in your favorite AI assistants. Connect your AI tools to your Granola meeting notes with Granola MCP. Once connected you can use this to: search through your meeting notes, find specific topics discussed in past meetings, browse meeting folders, extract action items or decisions from your notes, answer questions based on your meeting history and more.

    Communication5 tools

    0
  2. 2T

    takumi0706/google-calendar-mcp

    An MCP server to interface with the Google Calendar API. Based on TypeScript.

    Workplace & Productivity

    0
  3. 3S

    samson-art/transcriptor-mcp

    Transcriptor MCP is your choice when you need transcripts and metadata for AI, summarization, or content analysis

    Browser Automation

    0
  4. 4

    Notion MCP

    > [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.

    Workplace & Productivity6 tools

    4.6k

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "granola-mcp": {
      "url": "https://mcp.granola.ai/mcp"
    },
    "google-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@takumi0706/google-calendar-mcp"
      ]
    },
    "transcriptor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transcriptor-mcp"
      ]
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<integration-token>"
      }
    }
  }
}