ConnectMachine MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ConnectMachine MCP Serverfind the contact I met at the networking event"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ConnectMachine MCP Server
Connect your AI assistant to ConnectMachine, the digital business-card and contact platform. Manage contacts, events, networks, and your digital cards in natural language.
This repository holds the public registry manifest and documentation for the
hosted server. The server itself runs at https://mcp.connectmachine.ai/mcp
— there is nothing to install or self-host.
Connect
Endpoint |
|
Transport | Streamable HTTP |
Auth | OAuth 2.1 with Dynamic Client Registration and PKCE |
Your client discovers the OAuth configuration automatically, so you never paste a token by hand. On first use it opens the ConnectMachine sign-in page; sign in with your account email (one-time code) or Google, and approve.
Requires a ConnectMachine account with onboarding completed in the app.
Claude
Add it under Settings → Connectors → Add custom connector, using the endpoint above.
Cursor
Install the ConnectMachine plugin,
or add the server to ~/.cursor/mcp.json:
{
"mcpServers": {
"connectmachine": {
"url": "https://mcp.connectmachine.ai/mcp"
}
}
}VS Code and GitHub Copilot
Add the server to .vscode/mcp.json:
{
"servers": {
"connectmachine": {
"type": "http",
"url": "https://mcp.connectmachine.ai/mcp"
}
}
}Static key instead of OAuth
If your client cannot do the OAuth flow, sign in at
https://licenses.connectmachine.ai/mcp/auth to get a personal MCP key, then
send it as an Authorization: Bearer <key> header on the server entry. Keys do
not expire.
Related MCP server: capsulecrm-mcp
Tools
48 tools across ten areas. Everything is scoped to your own account — the
server never reaches outside ConnectMachine, so every tool is annotated
openWorldHint: false.
Contacts
Tool | Kind | What it does |
| read | List contacts with pagination and filters |
| read | Full details for one contact |
| read | Search across name, company, title, email, phone, notes, location, events |
| read | Resolve a name to one contact, or report an ambiguity |
| read | The industry catalog used for filtering |
| read | Contact counts broken down by source |
| read | Surface suspected duplicates without merging |
| write | Create a contact, optionally tagged with events |
| write ⚠ | Overwrite fields on an existing contact |
| write ⚠ | Permanently remove contacts |
| write ⚠ | Merge duplicates; the secondary record is removed |
| write ⚠ | Move contacts into a network |
When two contacts share a name, find_contact reports the ambiguity and the
assistant asks which one you mean rather than guessing.
Networks
Tool | Kind | What it does |
| read | List your networks (labels) |
| write | Create a network |
| write ⚠ | Rename or restyle a network |
| write ⚠ | Remove a network |
| write ⚠ | Change network ordering |
Events
Tool | Kind | What it does |
| read | Conferences and meetups where you met contacts |
| write | Tag a contact with where you met them |
| write ⚠ | Detach events from a contact |
Digital cards
Tool | Kind | What it does |
| read | List your business cards |
| read | Full details for one card |
| read | Resolve a public share link to card data |
| read | Read a card's image asset |
| write | Create a card with emails, phones, websites, socials |
| write ⚠ | Overwrite fields on a card |
| write ⚠ | Remove a card |
AI and meetings
Tool | Kind | What it does |
| read | Ask a natural-language question about your network |
| read | Prebuilt query templates |
| read | Q&A over event and meeting transcripts |
| read | List meeting transcriptions |
| read | Fetch one transcription |
| read | Action items extracted from a meeting |
| write | Generate action items for a meeting |
| write ⚠ | Remove a transcription |
Import and export
Tool | Kind | What it does |
| read | Progress of an import session |
| read | All import sessions |
| read | Export contacts to CSV (Premium) |
| write | Start an import batch |
| write | Import up to 500 contacts per call |
| write ⚠ | Cancel an in-progress import |
Notifications and profile
Tool | Kind | What it does |
| read | List notifications |
| read | Unread notification count |
| read | Your ConnectMachine profile |
| read | Plan and subscription status |
| read | Profile completion suggestions |
| write ⚠ | Mark one notification read |
| write ⚠ | Mark every notification read |
⚠ marks tools annotated destructiveHint: true — they overwrite or remove data
that this server cannot restore. Clients are expected to confirm before calling
them.
Registry
server.json is the manifest published to the
official MCP Registry, which
feeds downstream catalogs including the
GitHub MCP Registry. It is published under the
ai.connectmachine namespace, verified by DNS.
Docs and support
Documentation: https://www.connectmachine.ai/docs/mcp/
Terms: https://www.connectmachine.ai/en/legal/terms-of-service
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceConnects AI assistants to macOS Contacts app, allowing users to search, view, add, and update contacts through natural language conversations.Last updated511
- Alicense-qualityDmaintenanceEnables natural language customer and sales management by connecting AI assistants directly to CapsuleCRM, allowing users to search, create, and update CRM data via plain English commands.Last updated1MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage contacts with full CRUD, dedup, merge, import/export, sync with Google/Apple/CardDAV, and git-backed rollback.Last updated27AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI assistants to interact with SalesDrive CRM, allowing order management, product queries, and more through natural language.Last updatedApache 2.0
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/connectmachine/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server