How to set up an SMS MCP server to receive SMS in Cherry Studio

This guide walks you through retrieving incoming SMS messages in Cherry Studio using the Ozeki SMS MCP server. By following this tutorial, you will learn how to enable the MCP server in a new chat, instruct the AI model to list incoming messages in plain language, and confirm the transaction through the gateway logs.

What is an MCP tool call?

An MCP (Model Context Protocol) tool call is how an AI model communicates with external systems. When the AI needs to retrieve data such as incoming SMS messages, it sends a structured request to the appropriate MCP server, which processes it and returns the result back to the model.

Receive SMS in Cherry Studio
Receive SMS in Cherry Studio

Example prompt

List all incoming SMS messages.

Steps to follow

We assume Ozeki SMS Gateway is already installed on your system, you have created an MCP user account with an API key, and you have already configured the Ozeki SMS MCP server in Cherry Studio.

  1. Start a new chat and enable the MCP server
  2. Use the list incoming messages tool
  3. Check the SMS in the SMS Gateway logs

Video tutorial

The following video shows how to retrieve incoming SMS messages in Cherry Studio using the Ozeki SMS MCP server step-by-step.

Step 1 - Start a new chat and enable the MCP server

Open Cherry Studio and start a new conversation. Before sending your prompt, enable the Ozeki SMS MCP server for the current chat using the MCP server toggle in the chat interface. This gives the AI model access to the SMS tools for the duration of the conversation (Figure 1).

Start a new chat and enable Ozeki MCP server in Cherry Studio
Figure 1 - Start a new chat and enable the Ozeki SMS MCP server

Step 2 - Use the list incoming messages tool

In the chat input, type your request in plain language and press the Send button. The AI model will interpret the request and invoke the appropriate MCP tool to retrieve the messages from the gateway inbox (Figure 2).

List all incoming SMS messages.

Instruct the assistant to list incoming messages
Figure 2 - Instruct the assistant to list incoming SMS messages

The result will appear in the chat, displaying the list of incoming messages returned by the Ozeki SMS MCP server. Each entry includes the sender number, message text, and timestamp confirming when it was received (Figure 3).

List incoming messages tool result
Figure 3 - List incoming messages tool result

Step 3 - Check the SMS in the SMS Gateway logs

Open Ozeki SMS Gateway in your browser and navigate to the MCP user details page by clicking on the MCP user entry in the Users and applications panel (Figure 4).

Open MCP user details in SMS Gateway
Figure 4 - Open the MCP user details in Ozeki SMS Gateway

In the MCP user event log, you should see an log for the incoming message retrieval request as well as the response, confirming that the API key authentication, tool call, and data retrieval were all processed correctly by the gateway (Figure 5).

View transaction in event logs
Figure 5 - View the transaction in the MCP user event logs

Final thoughts

You have successfully retrieved incoming SMS messages in Cherry Studio using the Ozeki SMS MCP server. The AI model running in Cherry Studio can now list incoming messages from your gateway simply by being asked to do so in plain language, making it easy to add SMS inbox access to any Cherry Studio workflow.


More information