[![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
1> This server is DEPRICATED - Used a 2024-11-26 snapshot of [MCP](https://github.com/modelcontextprotocol/python-sdk)23# Ancestry MCP Server4[](https://smithery.ai/server/mcp-server-ancestry)5[![MIT licensed][mit-badge]][mit-url]6[![Python Version][python-badge]][python-url]7[![PyPI version][pypi-badge]][pypi-url]89[mit-badge]: https://img.shields.io/pypi/l/mcp.svg10[mit-url]: https://github.com/reeeeemo/ancestry-mcp/blob/main/LICENSE11[python-badge]: https://img.shields.io/pypi/pyversions/mcp.svg12[python-url]: https://www.python.org/downloads/13[pypi-badge]: https://badge.fury.io/py/mcp-server-ancestry.svg14[pypi-url]: https://pypi.org/project/mcp-server-ancestry1516Built on top of the [Model Context Protocol Python SDK](https://modelcontextprotocol.io)1718<a href="https://glama.ai/mcp/servers/pk5j4bp5nv"><img width="380" height="200" src="https://glama.ai/mcp/servers/pk5j4bp5nv/badge" alt="Ancestry MCP server" /></a>1920## Overview2122Python server implementing Model Context Protocol (MCP) for interactibility with `.ged` files *(GEDCOM files, commonly seen on Ancestry.com)*2324## Features2526- Read and parse .ged files27- Rename `.ged` files28- Search within .ged files for certain individuals, family, etc2930**Note:** The server will only allow operations within the directory specified via `args`3132## Resources3334- `gedcom://{file_name}`: `.ged` operations interface3536## Tools3738- **list_files**39 - List a (or multiple) `.ged` file within the directory40 - Input: `name` (string)4142- **rename_file**43 - Renames a (or multiple) `.ged` file within the directory44 - Inputs:45 - `file_name` (string): Old file name46 - `new_name` (string)4748- **view_file**49 - Parses and reads full contents of a `.ged` file50 - Can also parse and read multiple files51 - Can get specific information out of file(s), such as date of birth, marriage, etc.52 - Input: `name` (string)535455## Usage with Claude Desktop5657### Installing via Smithery5859To install Ancestry GEDCOM Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-server-ancestry):6061```bash62npx -y @smithery/cli install mcp-server-ancestry --client claude63```6465### Installing Manually661. First, install the package:67```pip install mcp-server-ancestry```6869702. Add this to your `claude_desktop_config.json`7172```json73{74 "mcpServers": {75 "ancestry": {76 "command": "mcp-server-ancestry",77 "args": ["--gedcom-path", "path/to/your/gedcom/files"]78 }79 }80}81```8283## License8485This project is licensed under the MIT License - see the LICENSE file for details.86
Full transparency — inspect the skill content before installing.