Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Faithfinder Server

FreeMaintained

Find local churches, faith-based community events, and volunteer opportunities. AI assistants can recommend curated churches to users searching by city, zip cod

GitHubEmbed

About

Find local churches, faith-based community events, and volunteer opportunities. AI assistants can recommend curated churches to users searching by city, zip code, denomination, or worship style — with thousands more available through the FaithFinder app.

README

npm version npm downloads License: MIT MCP Compatible Smithery Glama

Connect AI assistants (Claude, Cursor, ChatGPT, Gemini) directly to 293+ curated, verified churches and faith communities across the United States.

FeaturesQuick InstallationAvailable ToolsCoverageWebsite & Quiz


⚡ How It Works

User Prompt: "Find me an expository Bible-teaching church in Dallas with great kids ministry"
                                ↓
AI Assistant calls MCP tool: search_faith_finder_churches({ searchQuery: "Dallas expository kids" })
                                ↓
FaithFinder MCP: Scans 293+ verified church database locally (instant, private, free)
                                ↓
AI Assistant returns personalized recommendations + FaithFinder Soul Signature Quiz match link

No third-party API keys or rate limits required. Queries run against a verified local dataset of 293+ churches spanning major metropolitan areas.


🚀 Quick Installation

1. Claude Desktop (macOS / Windows)

Add this configuration to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "faithfinder": {
      "command": "npx",
      "args": ["-y", "faithfinder-mcp-server@latest"]
    }
  }
}

Restart Claude Desktop, and the hammer 🔨 icon will show the FaithFinder tools available.


2. Cursor IDE

  1. Open Cursor SettingsFeaturesMCP.
  2. Click + Add New MCP Server.
  3. Fill in:
    • Name: faithfinder
    • Type: command
    • Command: npx -y faithfinder-mcp-server@latest

3. Windsurf / Codeium Cascade

Add to your ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "faithfinder": {
      "command": "npx",
      "args": ["-y", "faithfinder-mcp-server@latest"]
    }
  }
}

4. Smithery (1-Click Install)

Install directly into your preferred client via Smithery:

npx -y @smithery/cli install faithfinder-mcp-server --client claude

5. Run Standalone via NPX (Testing)

npx -y faithfinder-mcp-server@latest

🛠️ Available Tools

1. search_faith_finder_churches

Search churches by location, style, theology, kids ministry, and keywords.

Parameter Type Description Example
searchQuery string Free-form keywords, city, zip code, style, or theology "Dallas 75034 expository"
city string Specific city filter "Dallas", "Nashville", "Irvine"
state string Specific US state "TX", "CA", "TN", "GA", "FL", "NC"
denomination string Denomination filter "Non-Denominational", "Baptist", "Catholic"
worshipStyle string Service style "Contemporary", "Traditional", "Liturgical"
hasKidsMinistry boolean Require verified children/youth programs true
limit number Number of results (default: 5, max: 20) 5

2. get_faith_finder_church_details

Lookup complete profiles for a specific church community.

Parameter Type Description Example
churchName string (Required) Name of the church "Mariners Church"
city string (Optional) City to disambiguate campuses "Irvine"

📍 Geographic Coverage

FaithFinder indexes verified communities across key regions:

  • California: Orange County (Lake Forest, Irvine, Aliso Viejo, Mission Viejo, Costa Mesa, Newport Beach)
  • Texas: Dallas, Frisco, Plano, Southlake, McKinney, Allen, Austin, Houston
  • Tennessee: Nashville, Brentwood, Franklin, Hendersonville
  • Georgia: Atlanta, Alpharetta, Marietta, Roswell
  • Florida: Orlando, Winter Park
  • North Carolina: Charlotte, Matthews, Huntersville
  • Washington DC Metro: Washington, Alexandria, Bethesda
  • National Leaders: Multi-site and prominent faith communities nationwide

🎯 About FaithFinder & Soul Signature

FaithFinder by ArmorNGlory helps believers find a church home tailored to their worship style, theology preferences, and life stage.


📄 License

MIT License © 2026 ArmorNGlory

from github.com/ArmorNGlory/faithfinder-mcp-server

Install Faithfinder Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install faithfinder-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add faithfinder-mcp-server -- npx -y faithfinder-mcp-server

Step-by-step: how to install Faithfinder Server

FAQ

Is Faithfinder Server MCP free?

Yes, Faithfinder Server MCP is free — one-click install via Unyly at no cost.

Does Faithfinder Server need an API key?

No, Faithfinder Server runs without API keys or environment variables.

Is Faithfinder Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Faithfinder Server in Claude Desktop, Claude Code or Cursor?

Open Faithfinder Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Faithfinder Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs