Taximail MCP Server
Description
Taximail MCP Server is a backend service designed to handle transactional SMS messaging. It provides an API for sending SMS messages triggered by user actions, ensuring reliable and efficient communication. ## Features - **Transactional SMS**: Send SMS messages triggered by user…
About
Taximail MCP Server is a backend service designed to handle transactional SMS messaging. It provides an API for sending SMS messages triggered by user actions, ensuring reliable and efficient communication. ## Features - **Transactional SMS**: Send SMS messages triggered by user actions. - **Customizable Sender**…
Details
- Author
- wongsakorn-orm
- Downloads
- 274
- Categories
- Other
Jump to
- Send transactional SMS triggered by user actions
- Customize the sender name for each message
- Reach any phone number worldwide with proper formatting
- Authenticate securely using API key and secret
- Built with Node.js and TypeScript for reliability
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Taximail MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server with your Taximail API key and secret. Ensure Node.js v16 or higher and TypeScript are installed. The server exposes endpoints for sending transactional SMS; consult its API documentation for endpoint details and request formatting.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"taximail mcp server": {
"taximail": {
"command": "node",
"args": [
"build/index.js"
],
"env": {
"TAXIMAIL_API_KEY": "<YOUR_TAXIMAIL_API_KEY>",
"TAXIMAIL_SECRET_KEY": "<YOUR_TAXIMAIL_SECRET_KEY>"
}
}
}
}
}
McpServers
{
"taximail": {
"command": "node",
"args": [
"build/index.js"
],
"env": {
"TAXIMAIL_API_KEY": "<YOUR_TAXIMAIL_API_KEY>",
"TAXIMAIL_SECRET_KEY": "<YOUR_TAXIMAIL_SECRET_KEY>"
}
}
}
Taximail MCP Server is a backend service designed to handle transactional SMS messaging. It provides an API for sending SMS messages triggered by user actions, ensuring reliable and efficient communication.
Features
- Transactional SMS: Send SMS messages triggered by user actions.
- Customizable Sender: Specify the sender name for your messages.
- Global Reach: Send messages to any phone number worldwide with proper formatting.
- Secure Authentication: Uses API key and secret for secure communication.
Requirements
- Node.js (v16 or higher)
- TypeScript
- Taximail API credentials (API Key and Secret Key)
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



