Magic Minutes Connector for AI agents.
12 live capabilities
Organize meeting notes and track action items automatically.
Waiting for input…
Why people use Magic Minutes
Magic Minutes Meeting Summary Automation
This Connector changes the flow. You just ask your agent to pull the minutes or create a task. It talks directly to your Magic Minutes account to grab the data you need. You get your notes and your to-do list in one place without the clicking.
What Vinkius changes
You get a searchable, actionable database of every meeting and task available through a simple chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Recapping a board meeting
A project lead needs to know what was decided last week.
- Real-world use case 02
Turning talk into tasks
An assistant needs to assign a follow-up.
- Real-world use case 03
Checking attendance
A manager wants to see who was in a session.
Complete set · 12capabilities
The complete Magic Minutes capability set.
These are the exact actions your AI can choose when you ask it to work with Magic Minutes.
01—04
4 capabilities in this set.
Part of 12 available through Magic Minutes.
- 01 Capability
Get current user
Get the profile of the currently logged-in user. This confirms your identity within the system.
- 02 Capability
Get meeting details
Get specific information about a single meeting. This helps you find dates and basic info quickly.
- 03 Capability
Get meeting minutes
Retrieve the full summary or agenda for a specific meeting. This is great for catching up on past discussions.
- 04 Capability
Get task details
Pull the specific details and status of an individual task. This lets you see exactly what needs to be done.
05—08
4 capabilities in this set.
Part of 12 available through Magic Minutes.
- 05 Capability
List contacts
View all contacts currently stored in your Magic Minutes account. This helps you see your full network of people.
- 06 Capability
Create task
Create a new task in your account. This lets you turn meeting notes into actionable items immediately.
- 07 Capability
List meeting attendees
See the list of everyone who participated in a specific meeting. Use this to see who was in the room.
- 08 Capability
List folders
See your folder structure to understand how meetings are organized. Use this to keep your projects tidy.
09—12
4 capabilities in this set.
Part of 12 available through Magic Minutes.
- 09 Capability
List meetings
Get a full list of all meetings managed in your account. This gives you a complete history of your sessions.
- 10 Capability
List tasks
See every task and action item currently tracked in the system. Use this to see what's on the to-do list.
- 11 Capability
List webhooks
See all active webhooks configured for your account. This helps you monitor your automated connections.
- 12 Capability
Check api health
Verify that your Magic Minutes connection is active and working. Use this to ensure your setup is live.
Set up in minutes
One URL. Then ask Magic Minutes to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Magic Minutes from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Magic Minutes, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Magic Minutes for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Magic Minutes URL.
- Step 03
Save and start
Save the connection and enable Magic Minutes in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"magic-minutes": {
"url": "https://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Magic Minutes
Open Agent mode in chat and ask: "Using Magic Minutes, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"magic-minutes": {
"url": "https://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Magic Minutes
Ask Copilot: "Using Magic Minutes, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"magic-minutes": {
"url": "https://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Magic Minutes
Open Cascade and ask: "Using Magic Minutes, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"magic-minutes": {
"url": "https://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Magic Minutes
Ask Cline: "Using Magic Minutes, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add magic-minutes --transport http "https://edge.vinkius.com/vk_preview_SAoXXFubRxVB2VKdcyqyJoiB4M965UGJfaw8Ocjj/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Magic Minutes
Ask Claude: "Using Magic Minutes, show me...". 12 tools are ready
Where the request belongs
Work Magic Minutes can move forward.
This is for project leads who are drowning in next steps and executive assistants who need to keep everyone on track without manual data entry.
Project Manager
Tracks task progress and pulls meeting summaries to keep the team updated on every milestone.
Executive Assistant
Manages attendee lists and creates follow-up tasks from meeting notes to keep leadership organized.
Operations Manager
Organizes meeting folders and monitors overall team productivity to keep workflows clean.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFireflies.ai
Record, transcribe, and search across all your meetings with AI that captures every conversation and makes it instantly findable.
Fellow
Run better meetings with collaborative agendas, action item tracking, and AI-generated summaries that keep teams accountable.
Tactiq
Manage meeting transcripts via Tactiq u2014 access summaries, action items, speaker analytics, and search across all recordings from your AI agent.
Grain
Manage AI meeting notes via Grain. list and search recordings, retrieve transcripts and AI insights, and track action items directly from any AI agent.
Granola
Manage AI meeting notes via Granola. list and search meeting documents, retrieve transcripts and summaries, and track action items directly from any AI agent.
Fathom
Manage AI meeting notes via Fathom. list and search meetings, retrieve transcripts and summaries, and track action items directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Magic Minutes connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Magic Minutes.
The practical details behind the request, access and result.
Can Magic Minutes help me find old meeting notes?
Yes, it allows your AI agent to search your entire history and pull up specific summaries or agendas instantly.
How do I use Magic Minutes to track my team's tasks?
You can ask your agent to list all current tasks or create new ones on the fly during a conversation.
Can I see who attended my past meetings with Magic Minutes?
Absolutely. Your agent can pull the attendee list for any meeting in your account to help with follow-ups.
Does Magic Minutes work with my current AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf.
How do I organize my meetings using Magic Minutes?
You can use the Connector to view and manage your folder structures, keeping different projects and categories separated.
Can my AI automatically find the details for a specific meeting by its ID?
Yes! Use the get_meeting capability with the Meeting ID. Your agent will respond with complete metadata for the record, including the agenda and start time in seconds.
How do I find my Magic Minutes API Key?
Log in to your Magic Minutes account at magicminutes.co.uk, navigate to Settings > API, and you will find your unique secret token there.
Does it support task management?
Yes, use the list_tasks capability to retrieve all action items generated during your meetings, allowing the AI to track team assignments.
One connection away
Give your agent a direct line to Magic Minutes.
Connect Magic Minutes once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available