Skip to main content

Connecting Tactiq MCP Server

How to connect Tactiq to MCPs

Written by Alex Leonov

Tactiq's MCP server lets MCPs like Claude, Cursor, or any MCP-compatible tool read your meetings directly. Ask your AI assistant things like "what were the action items from my last standup?" or "find my meetings with Sarah from last week" without copy-pasting anything.


Requirements

Everyone can connect to the MCP server. What it's allowed to read depends on your Tactiq plan:

Your plan

What the assistant can do

Free or Pro

Search and list your meetings

Team or higher

All of the above, plus read full summaries and AI artifacts


Connecting your MCPs

The server address is:

https://mcp.tactiq.io

https://mcp.tactiq.io is a remote, HTTP-based MCP server. Authorization is a browser-based OAuth sign-in; there are no static API keys.

Note: Most MCP clients support remote servers directly. Paste the URL into the client's server settings and complete the browser sign-in.


Claude Desktop example

Add this to your claude_desktop_config.json, then restart Claude Desktop.

{
  "mcpServers": {
    "tactiq": {
      "command": "mcp-remote",
      "args": ["https://mcp.tactiq.io"]
    }
  }
}

Note: mcp-remote bridges desktop clients to the remote HTTP server. Install once with npm install -g mcp-remote if your client doesn't bundle it. The first call opens a browser to authorize your Tactiq account.

Permissions (scopes)

You're prompted to grant scopes at authorization time. Request a limited set of scopes if you prefer the AI only see certain meetings.

Permission

What it allows

mcp:meetings:own

Your own meetings

mcp:meetings:shared

Meetings shared with you

mcp:meetings:spaces

Meetings in shared spaces

mcp:meetings:details

Full summaries and AI artifacts (requires Team plan)

What your MCPs can do

  • List recent meetings: Browse your latest meetings by date

  • Search meetings: Find meetings by keyword, participant name, or date range

  • Read meeting summaries: Get the AI-generated detailed summary for any meeting

  • Browse AI artifacts: List and read action items, email drafts, slide deck content, and other AI outputs

  • Check generation status: If a summary is still being generated, poll for when it's ready

Note: The AI does not access your raw transcript, but accesses only summaries and AI-generated artifacts. Only team plan and higher has access to read, browse and check scope.


Revoking access

To disconnect an AI assistant, go to Settings → MCP in Tactiq and revoke the relevant authorization. This immediately invalidates the assistant's access.


Frequently Seen Errors

Active team seat required

Reading meeting details requires a Team plan. Upgrade your plan or ask your team admin to assign you a seat.

Meeting not accessible

The meeting isn't covered by the scopes you authorized. Re-authorize and include the appropriate scope (e.g. mcp:meetings:shared).

Authorization loop

Try clearing your browser cookies for tactiq.io and reconnect.


Need help? Contact Support.

Did this answer your question?