Contact MCP

Private

MCP server for contact management integration with Claude Desktop

Configuration

Add this to your Claude Desktop configuration file:

{
  "mcpServers": {
    "contact-alexis": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://claude.tuls.me/api/mcp"]
    }
  }
}

Available Tools

get_contact

Get contact information for a person

Parameters: name (string, required)

Test the API