Missive Connector for AI agents.
10 live capabilities
Manage shared team inboxes and email communication.
Waiting for input…
Why people use Missive
Missive Shared Inbox Management
This Connector changes that by making your inbox searchable through your agent. You can ask for summaries of specific threads or have the agent draft replies based on the whole history. You get your time back and a much cleaner way to handle high-volume communication.
What Vinkius changes
You get a conversational way to manage a shared team inbox without leaving your primary workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Triage a busy shared inbox
A support lead asks the agent to list all conversations in the assigned mailbox and summarize the newest ones to find urgent issues.
- Real-world use case 02
Drafting a complex follow-up
A sales rep asks the agent to read the last 5 messages in a thread and write a draft for a new proposal based on those details.
- Real-world use case 03
Updating contact info
A manager asks the agent to find a contact and update their details using create_contact to keep the team directory clean.
Complete set · 10capabilities
The complete Missive capability set.
These are the exact actions your AI can choose when you ask it to work with Missive.
01—04
4 capabilities in this set.
Part of 10 available through Missive.
- 01 Capability
Create contact
Add a new person to your shared or private contact book. This keeps your team directory accurate and up to date.
- 02 Capability
Create draft
Generate a new email draft based on your instructions. It lets you prep replies before you hit send.
- 03 Capability
Create post
Add an internal comment or trigger actions like closing and labeling a conversation. This helps keep the team updated on status.
- 04 Capability
Get conversation
Pull all the details for one specific email thread. It gives your agent the full context of a conversation.
05—07
3 capabilities in this set.
Part of 10 available through Missive.
- 05 Capability
Get me
Retrieve your current user profile and account details. Use this to check your current permissions or account status.
- 06 Capability
List contacts
See a list of all people in your Missive contact books. This makes it easy to browse your existing connections.
- 07 Capability
List conversations
View threads from specific mailboxes like inbox or closed. It helps you find exactly where you need to go.
08—10
3 capabilities in this set.
Part of 10 available through Missive.
- 08 Capability
List labels
See all the labels you use to organize your conversations. This helps your agent understand how you categorize your work.
- 09 Capability
List messages
Get every message and comment inside a specific conversation thread. It allows your agent to read the entire history of a thread.
- 10 Capability
Send draft
Take a finished draft and send it out to the recipient. This is the final step in your automated email workflow.
Set up in minutes
One URL. Then ask Missive to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Missive 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_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Missive for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive URL.
- Step 03
Save and start
Save the connection and enable Missive in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"missive": {
"url": "https://edge.vinkius.com/vk_preview_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive
Open Agent mode in chat and ask: "Using Missive, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"missive": {
"url": "https://edge.vinkius.com/vk_preview_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive
Ask Copilot: "Using Missive, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"missive": {
"url": "https://edge.vinkius.com/vk_preview_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive
Open Cascade and ask: "Using Missive, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"missive": {
"url": "https://edge.vinkius.com/vk_preview_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive
Ask Cline: "Using Missive, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add missive --transport http "https://edge.vinkius.com/vk_preview_v5SzwLTRuudbhYWbskvKrX8B9Kim60hUpNQVZZYL/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 Missive
Ask Claude: "Using Missive, show me...". 10 tools are ready
Where the request belongs
Work Missive can move forward.
Support leads who are drowning in shared ticket volumes and need to triage faster. Sales ops who manage high-volume outbound outreach and need to keep notes organized.
Support Lead
Triages shared inboxes and assigns tickets to the right team members based on priority.
Sales Development Rep
Drafts personalized outreach and updates contact info in the shared CRM.
Customer Success Manager
Summarizes long email threads to catch up on accounts quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGmelius
Turn Gmail into a collaborative workspace with shared inboxes, email delegation, and workflow automation for teams.
Front
Manage shared inboxes across email, SMS, and social with team collaboration capabilities that keep customer conversations organized.
Gmail
Manage your inbox from AI. read, search, organize, and reply to emails across your Gmail efficiently.
Hiver
Turn Gmail into a helpdesk with shared labels, email assignment, and SLA tracking that works inside the inbox your team already uses.
AfterLogic Aurora
Email and webmail management. manage folders, messages, and accounts via AI.
Nylas
Equip your AI agent to manage emails, calendars, and contacts across all providers (Gmail, Outlook) through a single unified interaction.
Bring your own AI
Change the model, client or framework. Keep Missive 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 Missive.
The practical details behind the request, access and result.
Can the Missive MCP help my team manage a shared inbox?
Yes, it lets your agent see and organize threads across different mailboxes like your inbox or assigned folder.
How does the Missive MCP handle internal team notes?
Your agent can use the capability to post internal comments or trigger actions like closing a conversation.
Can I use the Missive MCP to draft and send emails?
Yes, your agent can create drafts based on your instructions and then send them out for you.
Does the Missive MCP work with my existing Missive account?
It connects directly to your current Missive setup using your access token.
Can my agent find specific contacts in my Missive book?
Yes, it can search your shared or private contact books to find info or add new people.
Will the Missive MCP help me summarize long email threads?
Absolutely. Your agent can read all the messages in a thread to give you a quick summary of the conversation.
How do I find my Missive Access Token?
Go to Missive Settings > API and generate a new Bearer token.
Do I need a specific Missive plan to use the API?
Yes, API access typically requires a Productive or Business plan.
Can I perform actions like closing a conversation?
Yes, use the 'create_post' capability and set the 'close' parameter to true.
One connection away
Give your agent a direct line to Missive.
Connect Missive once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available