Contact_book_server_mcp

humna03/Contact_book_server_mcp
★ 0 stars Python Search Updated 3d ago
A simple MCP (Model Context Protocol) server for managing a contact book — add, get, search, and update contacts using FastMCP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "contact_book_server_": {
      "command": "uvx",
      "args": [
        "contact-book-server-mcp"
      ]
    }
  }
}

Or install with pip: pip install contact-book-server-mcp