genealogy-mcp

noahkiss/genealogy-mcp
★ 0 stars Python 🌐 Browser/Web Updated 1d ago
MCP server for interactive genealogy research across FamilySearch, Gramps Web, WikiTree
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "genealogy-mcp": {
      "command": "uvx",
      "args": [
        "genealogy-mcp"
      ]
    }
  }
}

Or install with pip: pip install genealogy-mcp

README Excerpt

A Model Context Protocol server for interactive genealogy research across multiple tree providers. **Status**: Early design / pre-alpha. Existing CLI tools like [`getmyancestors`](https://github.com/Linekio/getmyancestors) work great for batch GEDCOM exports, but they have two limitations: 1. **No interactivity** — you kick off a multi-hour pull and pray it doesn't crash. No way to ask "who are this person's siblings?" or "what does FS know about a Hans Eby born 1685 in the Pfalz?" without writi