Back to Browse

Connectmachine MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Manage your ConnectMachine contacts, networks, events, and digital business cards.

About

Manage your ConnectMachine contacts, networks, events, and digital business cards.

Remote endpoints: streamable-http: https://mcp.connectmachine.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-connectmachine-connectmachine": {
      "url": "https://mcp.connectmachine.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Endpointhttps://mcp.connectmachine.ai/mcp
TransportStreamable HTTP
AuthOAuth 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.

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

ToolKindWhat it does
list_contactsreadList contacts with pagination and filters
get_contactreadFull details for one contact
search_contactsreadSearch across name, company, title, email, phone, notes, location, events
find_contactreadResolve a name to one contact, or report an ambiguity
list_industriesreadThe industry catalog used for filtering
get_contact_countsreadContact counts broken down by source
get_duplicate_contactsreadSurface suspected duplicates without merging
create_contactwriteCreate a contact, optionally tagged with events
update_contactwrite ⚠Overwrite fields on an existing contact
delete_contactswrite ⚠Permanently remove contacts
merge_contactswrite ⚠Merge duplicates; the secondary record is removed
assign_contacts_to_networkwrite ⚠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

ToolKindWhat it does
list_networksreadList your networks (labels)
create_networkwriteCreate a network
update_networkwrite ⚠Rename or restyle a network
delete_networkwrite ⚠Remove a network
reorder_networkswrite ⚠Change network ordering

Events

ToolKindWhat it does
list_eventsreadConferences and meetups where you met contacts
add_events_to_contactwriteTag a contact with where you met them
remove_events_from_contactwrite ⚠Detach events from a contact

Digital cards

ToolKindWhat it does
list_cardsreadList your business cards
get_cardreadFull details for one card
get_shared_cardreadResolve a public share link to card data
read_card_imagereadRead a card's image asset
create_cardwriteCreate a card with emails, phones, websites, socials
update_cardwrite ⚠Overwrite fields on a card
delete_cardwrite ⚠Remove a card

AI and meetings

ToolKindWhat it does
ai_queryreadAsk a natural-language question about your network
list_ai_templatesreadPrebuilt query templates
event_meeting_transcript_qareadQ&A over event and meeting transcripts
list_transcriptionsreadList meeting transcriptions
get_transcriptionreadFetch one transcription
get_meeting_action_itemsreadAction items extracted from a meeting
generate_meeting_action_itemswriteGenerate action items for a meeting
delete_transcriptionwrite ⚠Remove a transcription

Import and export

ToolKindWhat it does
get_import_statusreadProgress of an import session
list_import_sessionsreadAll import sessions
export_contacts_csvreadExport contacts to CSV (Premium)
create_import_sessionwriteStart an import batch
import_contacts_batchwriteImport up to 500 contacts per call
abort_importwrite ⚠Cancel an in-progress import

Notifications and profile

ToolKindWhat it does
list_notificationsreadList notifications
get_unread_countreadUnread notification count
get_profilereadYour ConnectMachine profile
get_subscription_statusreadPlan and subscription status
get_enrichment_datareadProfile completion suggestions
mark_notification_readwrite ⚠Mark one notification read
mark_all_notifications_readwrite ⚠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

License

MIT — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!

Connectmachine MCP Server - Manage your ConnectMachine contacts, networks, events, and | MCP Marketplace