Skip to main content
Glama
ArmorNGlory

faithfinder-mcp-server

FaithFinder MCP Server

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.


Related MCP server: Planning Center Online MCP Server

🚀 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

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to retrieve Bible passages from multiple translations (ESV, NIV, KJV, NASB, NKJV, NLT, AMP, MSG). Supports querying single or multiple passages and provides both MCP protocol integration and REST API endpoints.
    1
    7
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to interact with Planning Center Online accounts across modules like People, Services, Giving, and Calendar. It provides tools for searching people, managing service plans, tracking donations, and monitoring events through the PCO API.
    29
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides Hong Kong Catholic mass schedule data, allowing AI assistants to search churches, find mass times, and get parish information for the Catholic Diocese of Hong Kong.
    MIT

View all related MCP servers

Related MCP Connectors

  • Discover and book businesses via AI agents.

  • Find and book verified local home service professionals through AI agents.

  • Christian AI for any question, in any season. Bible (BSB), grace + truth. faith.tools 5/5.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArmorNGlory/faithfinder-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server