FamilySearch MCP Server

FamilySearch MCP Server

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.

Category
Visit Server

README

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

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build

FamilySearch API Setup

Before using this tool, you'll need to register for FamilySearch API access:

  1. Go to FamilySearch Developers
  2. Sign in with your FamilySearch account
  3. Create a new application
  4. Set the redirect URI to https://localhost:8080/oauth-redirect (you can change this later)
  5. Copy your Client ID - you'll need it for configuration

Usage

Run the server:

npm start

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:

Configure FamilySearch API credentials with clientId: YOUR_CLIENT_ID_HERE

Then authenticate with your FamilySearch username and password:

Authenticate with FamilySearch using username: your_username and password: your_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 function
  • configure: Set up your FamilySearch API credentials
  • authenticate: Log in to FamilySearch
  • get-current-user: View details about your FamilySearch account

Family Tree

  • search-persons: Search for individuals in FamilySearch Family Tree
  • get-person: View detailed information about a specific person
  • get-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

Search for persons with name: "John Smith" birthPlace: "New York"
Get person with personId: ABCD-123
Get ancestors for personId: ABCD-123 with generations: 4
Search records with surname: "Johnson" birthPlace: "England" deathDate: "1880-01-01"

Security Notice

Your FamilySearch credentials are stored locally on your machine in ~/.familysearch-mcp/config.json. Never share this file with others.

License

ISC

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured