NexaLink — Digital Business Card & Personal CRM
NexaLink digital business card & personal CRM — edit your card and capture contacts via MCP.
Install NexaLink — Digital Business Card & Personal CRM in your MCP client
NexaLink — Digital Business Card & Personal CRM is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add NexaLink — Digital Business Card & Personal CRM to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; NexaLink — Digital Business Card & Personal CRM's tools should appear.
{
"mcpServers": {
"nexalink---digital-business-card---personal-crm": {
"command": "npx",
"args": [
"-y",
"@nexalink---digital-business-card---personal-crm/mcp-server"
],
"note": "Replace with the actual package name from the server's documentation."
}
}
}Install NexaLink — Digital Business Card & Personal CRM in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. NexaLink — Digital Business Card & Personal CRM will show up in the assistant's tool list on next launch.
Install NexaLink — Digital Business Card & Personal CRM in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). NexaLink — Digital Business Card & Personal CRM will show up in the assistant's tool list on next launch.
Install NexaLink — Digital Business Card & Personal CRM in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). NexaLink — Digital Business Card & Personal CRM will show up in the assistant's tool list on next launch.
Install NexaLink — Digital Business Card & Personal CRM in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. NexaLink — Digital Business Card & Personal CRM will show up in the assistant's tool list on next launch.
Transport
NexaLink — Digital Business Card & Personal CRM supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as NexaLink — Digital Business Card & Personal CRM. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
codesentinel
AI codebase health analysis: dead code, circular deps, coupling, architectural drift.
Correctover MCP Server
AI output verification, 6-dimension contract validation, self-healing MCP server
Trust Gate
Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
McpOrchestrator
Route one agent through one MCP server to many, with progressive tool discovery to shrink context.
Sipcode
Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics.
Aiven MCP
Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant.
LexIA Pro (EDIVIA)
MCP foncier & urbanisme officiels francais (cadastre, PLU, DVF). LexIA Pro, EDIVIA. Abonnement.
LexIA Juris (EDIVIA)
MCP droit & fiscalite francais : 76 codes, jurisprudence, BOFiP. LexIA Juris, EDIVIA. Abonnement.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.