Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. ConnectMachine
C
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:55:33 PM

ConnectMachine

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "connectmachine": {
      "command": "npx",
      "args": [
        "-y",
        "https://connectmachine.ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (48) Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Capabilities & Tool Schemas (48) ~584 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by ConnectMachine.

list_contacts

List contacts with pagination and filters

get_contact

Full details for one contact

search_contacts

Search across name, company, title, email, phone, notes, location, events

find_contact

Resolve a name to one contact, or report an ambiguity

list_industries

The industry catalog used for filtering

get_contact_counts

Contact counts broken down by source

Documentation Overview

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:

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

VS Code and GitHub Copilot

Add the server to .vscode/mcp.json:

config.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

  • Documentation: https://www.connectmachine.ai/docs/mcp/
  • Issues: https://github.com/connectmachine/mcp-server/issues
  • Terms: https://www.connectmachine.ai/en/legal/terms-of-service
  • Privacy: https://www.connectmachine.ai/en/legal/privacy

License

MIT β€” see LICENSE.

Related MCP Servers

View all in Communication View all alternatives
  • Mcp logoMcp

    EU-hosted email API exposed as MCP tools β€” send transactional and marketing email, manage contacts and segments, run broadcasts, render templates, and read analytics from Claude/Cursor. GDPR compliant, EU-only data residency (Germany + Finland). npx -y @poststack.dev/mcp.

    πŸ’¬ Communication2 views
    Compare vs Mcp β†’
  • Signal Mcp logoSignal Mcp

    Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli β€” no third-party servers.

    πŸ’¬ Communication2 views
    Compare vs Signal Mcp β†’
  • Leximo Ai Call Assistant Mcp Server logoLeximo Ai Call Assistant Mcp Server

    Make AI-powered phone calls on your behalf β€” book reservations, schedule appointments, and view call transcripts

    πŸ’¬ Communication2 views
    Compare vs Leximo Ai Call Assistant Mcp Server β†’
  • N
    NotifyHub β€” Unified Notification MCP Server

    Send notifications across 23 channels with 36 AI-ready tools. One API, zero boilerplate.

    πŸ’¬ Communication0 views
    Compare vs NotifyHub β€” Unified Notification MCP Server β†’

Frequently Asked Questions about ConnectMachine

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "connectmachine": { "command": "npx", "args": ["-y", "ConnectMachine"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewConnectMachine AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/connectmachine?style=directory)](https://allmcps.com/mcp/connectmachine)
HTML Embed
<a href="https://allmcps.com/mcp/connectmachine"><img src="https://allmcps.com/api/badge/connectmachine?style=directory" alt="ConnectMachine on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 31, 2026
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to ConnectMachine β†’Install in Claude DesktopInstall in CursorInstall in VS Code