drio
Open app

transcript-manager-mcp

Source

Orchestrates several MCP servers to streamline my note-gathering process

Catalog onlyCatalog onlySTDIO

Overview

Transcript Manager MCP is a tool designed to orchestrate multiple MCP servers to streamline the note-gathering process, making it easier for users to collect and manage their notes efficiently.

To use Transcript Manager MCP, set up the MCP servers as per the documentation, and utilize the interface to gather and organize your notes from various sources seamlessly.

  • Integration with multiple MCP servers for efficient note collection - User-friendly interface for managing notes - Customizable settings for different note-gathering scenarios
  1. Collecting lecture notes from various online classes.
  2. Organizing research notes from different sources.
  3. Streamlining the note-taking process for meetings and discussions.

Add to your AI client

Use these steps to connect transcript-manager-mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "transcript-manager-mcp-lmarte17": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transcript-manager-mcp-lmarte17"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "transcript-manager-mcp-lmarte17": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transcript-manager-mcp-lmarte17"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "transcript-manager-mcp-lmarte17": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transcript-manager-mcp-lmarte17"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "transcript-manager-mcp-lmarte17": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transcript-manager-mcp-lmarte17"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "transcript-manager-mcp-lmarte17": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transcript-manager-mcp-lmarte17"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "transcript-manager-mcp-lmarte17": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transcript-manager-mcp-lmarte17"
      ]
    }
  }
}

FAQ

Can I use Transcript Manager MCP with any MCP server?

Yes! Transcript Manager MCP is designed to work with various MCP servers.

Is there a user guide available?

Yes! Comprehensive documentation is provided on the GitHub page.

Is Transcript Manager MCP free to use?

Yes! The tool is open-source and free for everyone.