List one or multiple GEDCOM (.ged) files within the specified directory
Rename a GEDCOM (.ged) file within the specified directory
Parse and read the contents of a GEDCOM (.ged) file, with the ability to extract specific information such as dates of birth, marriage details, and other genealogical data
The Ancestry GEDCOM Parser provides a powerful interface for working with genealogical data stored in GEDCOM (.ged) files, commonly used on platforms like Ancestry.com. This tool allows AI assistants to read, parse, search, and manipulate GEDCOM files, making it easier to explore family trees and genealogical information. With this MCP server, you can list available GEDCOM files, rename them, and view their contents. The parser can extract specific information such as dates of birth, marriage details, and other genealogical data, making it an invaluable tool for genealogy research and family history exploration.
The easiest way to install the Ancestry GEDCOM Parser is through Smithery:
npx -y @smithery/cli install mcp-server-ancestry --client claude
Install the package using pip:
pip install mcp-server-ancestry
Add the server configuration to your client's configuration file (e.g., claude_desktop_config.json
):
{
"mcpServers": {
"ancestry": {
"command": "mcp-server-ancestry",
"args": ["--gedcom-path", "path/to/your/gedcom/files"]
}
}
}
Replace "path/to/your/gedcom/files"
with the actual directory path where your GEDCOM files are stored. The server will only allow operations within this specified directory.
Once installed, the Ancestry GEDCOM Parser provides access to GEDCOM files through the gedcom://
resource identifier. You can perform various operations on these files using the available tools.
The parser allows you to:
Exploring available GEDCOM files:
list_files
tool to see what GEDCOM files are availableview_file
tool to examine the contents of a specific fileOrganizing your genealogical data:
rename_file
tool to give your GEDCOM files more descriptive namesResearching family history:
view_file
tool with specific parameters to extract information about individuals, families, dates, and relationshipsThe server provides access to GEDCOM files through the gedcom://{file_name}
resource identifier, where {file_name}
is the name of the GEDCOM file you want to interact with.