Ancestry MCP Server
Built on top of the Model Context Protocol Python SDK
Overview
Python server implementing Model Context Protocol (MCP) for interactibility with .ged files (GEDCOM files, commonly seen on Ancestry.com)
Features
- Read and parse .ged files
- Rename
.gedfiles - Search within .ged files for certain individuals, family, etc
Note: The server will only allow operations within the directory specified via args
Resources
gedcom://{file_name}:.gedoperations interface
Tools
list_files
- List a (or multiple)
.gedfile within the directory - Input:
name(string)
- List a (or multiple)
rename_file
- Renames a (or multiple)
.gedfile within the directory - Inputs:
file_name(string): Old file namenew_name(string)
- Renames a (or multiple)
view_file
- Parses and reads full contents of a
.gedfile - Can also parse and read multiple files
- Can get specific information out of file(s), such as date of birth, marriage, etc.
- Input:
name(string)
- Parses and reads full contents of a
Usage with Claude Desktop
Installing via Smithery
To install Ancestry GEDCOM Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-ancestry --client claude
Installing Manually
First, install the package:
pip install mcp-server-ancestryAdd this to your
claude_desktop_config.json
{
"mcpServers": {
"ancestry": {
"command": "mcp-server-ancestry",
"args": ["--gedcom-path", "path/to/your/gedcom/files"]
}
}
}
License
This project is licensed under the MIT License - see the LICENSE file for details.
Ancestry GEDCOM Server
Project Details
- reeeeemo/ancestry-mcp
- MIT License
- Last Updated: 4/11/2025
Categories
Recomended MCP Servers
This MCP server let you automate interactions with Wordpress
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing...
A Model Context Protocol (MCP) server that enables secure terminal command execution, directory navigation, and file system operations...
FastAPI server implementing MCP protocol Browser automation via browser-use library.
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Memory Cache Server for use with supported MCP API Clients.
The MATLAB MCP server provides AI users with powerful scientific computing and data analysis capabilities. It allows users...
Apache IoTDB MCP Server
This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations...





