TwinMind MCP

TwinMind MCP

Updates
8
min read

Connect your AI tools to your TwinMind meeting notes, transcripts, and tasks with TwinMind MCP. Once connected, you can use this to: search through your meeting notes, find specific topics discussed in past meetings, retrieve full transcripts, review action items and decisions, check your tasks and deadlines, and answer questions based on your meeting history.

TwinMind MCP is generally available. Features and availability may be updated over time.

Set-up guide

Pre-requisites

  • A TwinMind account with existing meeting notes

  • An AI tool that supports MCP, such as Claude or Claude Code

Most likely you will need a paid account on your AI tool.

๐Ÿ”— MCP Server URL

You'll need this URL during setup for any AI assistant:

<https://api.twinmind.com/mcp>
<https://api.twinmind.com/mcp>
<https://api.twinmind.com/mcp>

Connect to Claude

Requirements: A Claude account at claude.ai

Step 1 โ€” Open Connector Settings

Go to claude.ai and open the Connectors menu. Click Manage connectors.

Step 2 โ€” Add a Custom Connector

In the Connectors page, click Add custom connector.

Step 3 โ€” Enter TwinMind Details

Fill in the connector form:

  • Name: TwinMind

  • URL: https://api.twinmind.com/mcp

Click Add.

Step 4 โ€” Connect & Authenticate

TwinMind will now appear in your connectors list. Click Connect to authenticate.

You'll be redirected to the TwinMind authentication page. Click Connect to grant Claude read-only access to your TwinMind memories, notes, and conversations.

Step 5 โ€” Enable in Chat

Your connector page should now show TwinMind as connected. Select Always allow under Tool permissions to allow tool use.

To use it in a conversation, make sure the TwinMind toggle is enabled in the chat toolbar.

Step 6 โ€” Start Asking Questions

Type a query like "List the high priority tasks in my TwinMind" or "What was discussed in yesterday's meeting?"

Click Always Allow to access your TwinMind memories.


image.png


image.png

That's it โ€” Claude can now search your TwinMind memories to answer your questions!

Connect to ChatGPT

Requirements: A ChatGPT Pro account at chat.com

Step 1 โ€” Open Settings

Go to chatgpt.com, click your Profile icon, then select Settings.


09_chatgpt_settings.png

Step 2 โ€” Open Advanced Settings

Select Apps from the left sidebar, then click Advanced settings.


10_chatgpt_advanced_settings.png

Step 3 โ€” Enable Developer Mode

Turn on Developer Mode. This allows you to add custom MCP connectors.


11_chatgpt_developer_mode.png

Step 4 โ€” Create a New App

Click Create app in the top-right corner.


12_chatgpt_create_app_button.png

Step 5 โ€” Enter TwinMind Details

Fill in the app form:

  • Name: TwinMind

  • MCP Server URL: https://api.twinmind.com/mcp

Check the confirmation box, then click Create.


13_chatgpt_new_app_form.png

Step 6 โ€” Authenticate

Click Connect to authenticate. You'll be redirected to the TwinMind authentication page. Click Connect to grant ChatGPT read-only access to your TwinMind memories.


14_chatgpt_connect_auth.png

Step 7 โ€” Enable Memory Access

Once connected, make sure Reference memories and chats is toggled on. This allows ChatGPT to use your TwinMind data when answering questions.


15_chatgpt_connected_settings.png

Step 8 โ€” Start Asking Questions

Type a query like "Recap my day with TwinMind" and ChatGPT will pull data from your meetings and notes.


16_chatgpt_tool_call.png

You're all set โ€” ChatGPT can now access your TwinMind memory!

Claude Code

  1. Run this command:

claude mcp add twinmind --transport http <https://api.twinmind.com/mcp>

  1. Open a new terminal tab and run claude again

  2. Run /mcp, select the TwinMind MCP, and select Authenticate

  3. Ask Claude to reference your meetings

Other AI tools

You can manually connect to the TwinMind MCP by using the public URL https://api.twinmind.com/mcp as a custom connection. Your AI tool must support:

  • MCP client protocol using Streamable HTTP transport

  • OAuth 2.0 authentication โ€” the server uses browser-based OAuth, so your tool needs to be able to open a browser window for the user to sign in to TwinMind. After sign-in, the tool receives a bearer token to include in subsequent requests.

Each user authenticates individually through the browser OAuth flow. There is no API key or service account access method for MCP.

Tools and descriptions

Tool

What it does

Example prompts

search

Search across your meeting notes and tasks by keyword or topic.

"Find all meetings where we discussed the product launch."

summary_search

Browse your meeting summaries with filters for keywords, topics, and date ranges.

"What meetings did I have about hiring last week?"

fetch

Get the full details of a specific meeting, including the complete transcript.

"Show me the full transcript from my Monday standup."

todo_search

View your tasks and action items with their deadlines, priorities, and status.

"What are my pending tasks and their deadlines?"

Example prompts by use case

Finding past meetings

  • "What did we discuss in last week's product planning meeting?"

  • "Find all my meetings with Sarah from January."

Retrieving transcripts

  • "Pull the full transcript from my engineering sync on Monday."

  • "What exactly did the client say about the timeline?"

Reviewing action items

  • "What action items came out of our investor pitch prep?"

  • "What are the remaining tasks for each person on this project?"

Checking tasks

  • "Show me all my pending tasks and their deadlines."

  • "What tasks are due this week?"

Tracking decisions across meetings

  • "Summarize everything we've discussed about the Q3 roadmap."

  • "What decisions did we make about pricing in the last month?"

Preparing for upcoming meetings

  • "Give me a summary of all past conversations with Acme Corp before my call tomorrow."

  • "What open action items should I follow up on in today's standup?"

Permissions

TwinMind gives your AI tool read-only access to your account. Your AI tool can search and view your meetings, transcripts, and tasks but cannot create, edit, or delete anything in your TwinMind account.

Disconnecting

You can disconnect TwinMind from your AI tool at any time:

  1. Go to Settings > Connectors in your AI tool

  2. Find TwinMind and click Disconnect

This revokes your AI tool's access to your TwinMind data immediately.

Troubleshooting guide

MCP tools not working

If your AI tool says it can't access your meeting notes or use TwinMind MCP tools:

  1. Re-authenticate: Disconnect and reconnect TwinMind in your AI tool's settings.

  2. Check your connection: Make sure you have a stable internet connection.

  3. Restart the app: Close and reopen your AI tool.

  4. Start a new conversation: Some issues resolve by beginning a fresh chat.

No results returned

  • Make sure you have existing meeting notes in your TwinMind account.

  • Try broadening your search query โ€” use general keywords rather than very specific phrases.

  • Check that you're searching within the right time range.

Claude Code connection issues

If the MCP server doesn't connect in Claude Code:

  1. Verify the command was entered correctly:

claude mcp add twinmind --transport http <https://api.twinmind.com/mcp>

  1. Open a new terminal tab and run claude again.

  2. Run /mcp to check the connection status.

  3. If the server shows as disconnected, try removing and re-adding it:

claude mcp remove twinmind

claude mcp add twinmind --transport http <https://api.twinmind.com/mcp>

General FAQ

Do I have to use the same email address for my AI tool and TwinMind?

No, you can use different accounts for your AI tool and TwinMind. During setup, you'll authenticate the TwinMind account you want your AI tool to have access to.

Why can't I find a certain meeting?

The MCP tools can only access meetings in your own TwinMind account. If a meeting isn't showing up, make sure it was recorded and saved in TwinMind. Try broadening your search with different keywords or a wider date range.

Is my meeting data sent to the AI tool?

When you ask a question, TwinMind sends the relevant meeting data (such as notes, summaries, or transcript excerpts) to your AI tool so it can generate a response. Only data relevant to your query is shared โ€” your full meeting archive is not sent.

Can I use TwinMind MCP on mobile?

TwinMind MCP works on Claude web and Claude Desktop. On Claude mobile (iOS and Android), you can use MCP connectors that have already been added via claude.ai, but you cannot add new connectors from mobile.

Can I connect TwinMind MCP to my own internal AI tool?

Yes โ€” any tool that implements the MCP client specification with Streamable HTTP transport can connect to TwinMind MCP. Your tool will need to handle the OAuth 2.0 browser authentication flow so that each user can sign in to their TwinMind account. See the "Other AI tools" section above for technical details.

If you're building a custom integration and need help, reach out to support@twinmind.com.

Security and privacy

  • All data is transmitted securely over HTTPS/TLS.

  • TwinMind MCP provides read-only access โ€” no data in your account can be modified.

  • Your AI tool only accesses data when you explicitly ask a question โ€” nothing is accessed in the background.

  • You can revoke access at any time by disconnecting the connector.

For more details, see the TwinMind Privacy Policy.

Support

If you have questions or need help with TwinMind MCP:

Written by

Manohar Devarapalli

Chief of Staff

Share this