Contacts
Freeby MCP Community
Contact management for AI coding agents — CLI + MCP + Web
v0.6.15Added Apr 12, 2026
contactsmcpaicoding-agentclaude
Contacts MCP Server
Contact management for AI coding agents — CLI + MCP + Web
Installation
Reviews
Installation
Quick install
npx -y @hasna/contacts
Add to claude_desktop_config.json
{
"mcpServers": {
"contacts": {
"command": "npx",
"args": ["-y", "@hasna/contacts"]
}
}
}