Required for running the MCP server, as it is built on Node.js 16+ and uses npm for dependency management.
Used for installing dependencies and managing the build process for the MCP server.
FamilySearch MCP Server
This is a Model Context Protocol (MCP) server for FamilySearch APIs. It allows AI tools like Claude or Cursor to interact with FamilySearch's family history data directly.
Features
- Authentication with FamilySearch credentials
- Search for person records in FamilySearch Family Tree
- View detailed person information
- Explore ancestors and descendants
- Search historical records
Prerequisites
- Node.js 16+ and npm
- A FamilySearch developer account and API credentials
- A FamilySearch user account with access to Family Tree data
Installation
- Clone this repository
- Install dependencies:
- Build the project:
FamilySearch API Setup
Before using this tool, you'll need to register for FamilySearch API access:
- Go to FamilySearch Developers
- Sign in with your FamilySearch account
- Create a new application
- Set the redirect URI to
https://localhost:8080/oauth-redirect
(you can change this later) - Copy your Client ID - you'll need it for configuration
Usage
Run the server:
Then, in your AI tool that supports MCP (like Claude or Cursor), you can use the FamilySearch tools to interact with family history data.
Configuration
The first time you use the MCP, you'll need to configure it with your FamilySearch API credentials:
Then authenticate with your FamilySearch username and password:
Once authenticated, your credentials will be stored securely in ~/.familysearch-mcp/config.json
for future use.
Available MCP Tools
Basic
say-hello
: A simple greeting functionconfigure
: Set up your FamilySearch API credentialsauthenticate
: Log in to FamilySearchget-current-user
: View details about your FamilySearch account
Family Tree
search-persons
: Search for individuals in FamilySearch Family Treeget-person
: View detailed information about a specific personget-ancestors
: View a person's ancestors (up to 8 generations)get-descendants
: View a person's descendants (up to 3 generations)
Historical Records
search-records
: Search FamilySearch's historical record collections
Example Queries
Security Notice
Your FamilySearch credentials are stored locally on your machine in ~/.familysearch-mcp/config.json
. Never share this file with others.
License
ISC
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
A Model Context Protocol server that enables AI tools like Claude or Cursor to directly interact with FamilySearch's family history data, including searching person records, viewing detailed information, and exploring ancestors and descendants.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI models to perform real-time internet and knowledge searches through Higress, enhancing model responses with up-to-date information from Google, Bing, Arxiv, and internal knowledge bases.Last updated -15PythonApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to search and access information stored in Kibela, supporting note search, retrieval, creation and updating.Last updated -61079TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.Last updated -93TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -1448JavaScript