Could you be the gospel worker to help refugees in northern Greece?
God's people are at work in Greece, helping the thousands of people arriving from the Middle East.
By Josh Chard,
Greece
Few parts of Europe have generated as many refugee crisis headlines as northern Greece. Hundreds of thousands of people have passed through the area around Thessalonica and there is a huge challenge to meet their needs.
Riots at Eidomeni, tents erected in windowless factories and families pleading for permanent housing have been broadcast repeatedly around the world. However, a very different story has been unfolding outside the media spotlight. Across the city, hundreds of people are committing their time, money and skills to bring more than just food and blankets to the refugees.
Across the city, God’s people are at work. The practical needs of the refugees are abundantly clear but the Christians in Thessalonica recognise that there is an even deeper need for Christ.
The churches have come together across denominations to pool resources and open a ministry centre in the heart of the city – a place that can serve practical needs and provide a safe space outside the camps where relationships can be built and the gospel shared.
With the help of the Greek Evangelical Alliance, as well as gospel-focused agencies such as AMG International, AGAPE and the Child Evangelism Fellowship of Greece, this vision is now a reality.
On April 3, Christian leaders and church members from across Greece gathered together to officially open the Care Refugee Centre, praying that it would be a place for the love of Christ to shine.
The beautiful new space offers classrooms where Greek, English and German will be taught, play rooms for children of different ages, a room for medical volunteers to do check-ups, a laundry and shower facilities.
There is a room for collecting and distributing donated clothes and a larger communal room where Greeks and refugees can sit down together and share a coffee. In this way the love of Christ can be both demonstrated and shared freely with all those who come.
There are still many challenges if this ministry is to develop. One of the biggest is language, because most of the refugees speak Arabic and have little or no Greek. Christian translators are needed urgently.
Short-term visitors who speak Arabic would be a huge blessing, as would those with a longer-term calling. There are also opportunities to reach the children of the refugees, by helping out at the Child Evangelism Fellowship’s youth camp in the mountains.
The camp has turned old train carriages into shelters and also has zip lines, climbing frames, a sports field and even a tiny theatre. As yet, there is no one to run the camp full-time and a vacancy definitely exists, perhaps for a couple.
Get Involved
Many people are already striving to bring Christ’s love to refugees and migrants in Thessalonica — if you’d like to join them in this gospel calling please contact us here.
Related Stories

From noodles to soccer balls
Aof had gone to church for many Sundays and had said many “Amens” to the prayers people had prayed for her – but nothing really worked until she challenged God herself.

The seed planter
This week we were privileged to hear the testimony of a man whose life was eternally changed by a simple question. We invited Martin to sit around a table on our back porch to share with us how the Lord saved him, and how God opened his eyes to the truth of the Gospel. This is Martin’s story.

Encouraged and empowered: Helping women help themselves
Like most girls from her village, Khushboo grew up accepting the established gender roles. She would do housework in her parents’ home until the day she moved into her husband’s home, and she wouldn't leave their husband’s house until she was carried out – when she died.

Mark is making gospel connections in Ecuador
When you join any new community, it's a challenge to form relationships. With God, however, new relationships are often built in exciting and unexpected ways.

No longer an orphan
Rachel is 17 years old, living in extreme poverty and raised by a single mother when her father died.
Expression curEntry.getAssetRenderer().getArticle is undefined on line 27, column 48 in 20155#20207#1429419.
1<style>
2
3</style>
4<#if entries?has_content>
5 <#assign storyIndex = 0>
6 <#list entries as curEntry>
7 <#assign storyIndex = storyIndex + 1>
8 </#list>
9</#if>
10<#if storyIndex != 1>
11
12 <h2>Most Read Stories</h2>
13
14 <#if entries?has_content>
15 <#assign storyIndex = 1>
16 <#list entries as curEntry>
17 <#assign url = request.getAttribute('CURRENT_URL')>
18 <#assign paramMinistry = httpUtil.getParameter(url, "Ministry_ID", false)>
19 <#assign currentPageIndex = url?last_index_of("/")>
20 <#assign mainArticle = url?substring(currentPageIndex)>
21 <#assign currentPageIndex = mainArticle?index_of("?")>
22 <#if (currentPageIndex > 0) >
23 <#assign mainArticle = mainArticle?substring(1,currentPageIndex)>
24 </#if>
25
26 <#assign assetRenderer = curEntry.getAssetRenderer() />
27 <#assign article = curEntry.getAssetRenderer().getArticle()>
28 <#assign articleKey = article.getResourcePrimKey()>
29 <#assign docXml = saxReaderUtil.read(curEntry.getAssetRenderer().getArticle().getContentByLocale(locale)) />
30 <#assign abstract = docXml.valueOf("//dynamic-element[@name='Text_Box7568']/dynamic-content/text()") />
31 <#assign ministry = docXml.valueOf("//dynamic-element[@name='Ministry_ID']/dynamic-content/text()") />
32 <#assign country = docXml.valueOf("//dynamic-element[@name='countries']/dynamic-content/text()") />
33 <#assign selectedImage = docXml.valueOf("//dynamic-element[@name='Square_Pic_URL']/dynamic-content/text()") />
34 <#assign title = docXml.valueOf("//dynamic-element[@name='title']/dynamic-content/text()") />
35 <#assign viewURL = assetRenderer.getURLViewInContext(renderRequest, renderResponse, '') >
36 <#assign titleURL = article.urlTitle >
37 <#if mainArticle != titleURL>
38 <#assign articleURL = viewURL + '?Ministry_ID=' + ministry + '&countries=' + country>
39 <div class="media" style="margin:0; padding: 5px 0; border-top:1px solid rgba(150,150,150,0.15);">
40
41
42
43
44 <a class="pull-left" href="${articleURL}"><img src="${selectedImage}" style="max-width: 75px;"></a>
45
46
47 <div class="media-body">
48 <a href="${articleURL}"><h4 class="media-heading">${curEntry.getTitle(locale)}</h4></a>
49 <h6 style="color:rgba(150,150,150,0.6);overflow:hidden;white-space: nowrap;text-overflow:ellipsis;margin-bottom:0;">${abstract}</h6>
50
51 </div>
52 </div>
53 </#if>
54
55 </#list>
56
57 <div class="margin-bottom" style="width:100%; border-top:1px solid rgba(150,150,150,0.15);"></div>
58 </#if>
59
60</#if>