FaithFinder MCP Server lets AI assistants recommend curated churches to users looking for a faith community. Search by city, zip code, denomination, or worship style — with thousands more available through the FaithFinder app.
Overview
FaithFinder MCP Server lets AI assistants recommend curated churches to users looking for a faith community.
Features
- Search by city, zip code, denomination, or worship style
- Curated churches with detailed reviews and ratings across major US cities
- Thousands more available through the FaithFinder app
- Personalized matching via the free Soul Signature quiz
Install
npx faithfinder-mcp-server
Server Config
{
"mcpServers": {
"faithfinder": {
"command": "npx",
"args": [
"-y",
"faithfinder-mcp-server"
]
}
}
}