[![MIT licensed][mit-badge]][mit-url] [![Python Version][python-badge]][python-url] [![PyPI version][pypi-badge]][pypi-url] [mit-badge]: https://img.shields.io/pypi/l/mcp.svg [mit-url]: https://github.com/reeeeemo/ancestry-mcp/blob/main/LICENSE [python-badge]: https://img.shields.io/pypi/pyversions/mcp.svg [python-url]: https://www.python.org/downloads/ [pypi-badge]: https://badge.fury.io/py/mcp-s
Add this skill
npx mdskills install reeeeemo/ancestry-mcpUseful genealogy tool for GEDCOM files but deprecated, and permissions exceed actual needs
This server is DEPRICATED - Used a 2024-11-26 snapshot of MCP
Built on top of the Model Context Protocol Python SDK
Python server implementing Model Context Protocol (MCP) for interactibility with .ged files (GEDCOM files, commonly seen on Ancestry.com)
.ged filesNote: The server will only allow operations within the directory specified via args
gedcom://{file_name}: .ged operations interfacelist_files
.ged file within the directoryname (string)rename_file
.ged file within the directoryfile_name (string): Old file namenew_name (string)view_file
.ged filename (string)To install Ancestry GEDCOM Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-ancestry --client claude
First, install the package:
pip install mcp-server-ancestry
Add this to your claude_desktop_config.json
{
"mcpServers": {
"ancestry": {
"command": "mcp-server-ancestry",
"args": ["--gedcom-path", "path/to/your/gedcom/files"]
}
}
}
This project is licensed under the MIT License - see the LICENSE file for details.
Install via CLI
npx mdskills install reeeeemo/ancestry-mcpAncestry MCP Server is a free, open-source AI agent skill. [![MIT licensed][mit-badge]][mit-url] [![Python Version][python-badge]][python-url] [![PyPI version][pypi-badge]][pypi-url] [mit-badge]: https://img.shields.io/pypi/l/mcp.svg [mit-url]: https://github.com/reeeeemo/ancestry-mcp/blob/main/LICENSE [python-badge]: https://img.shields.io/pypi/pyversions/mcp.svg [python-url]: https://www.python.org/downloads/ [pypi-badge]: https://badge.fury.io/py/mcp-s
Install Ancestry MCP Server with a single command:
npx mdskills install reeeeemo/ancestry-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Ancestry MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.