Sipgate API MCP Server
About
The Sipgate API MCP Server is an unofficial community integration that provides access to the sipgate API through the Model Context Protocol. It enables AI assistants to interact with sipgate services including SMS, calls, and account management. This server is for users with a…
Details
- Author
- BlackMac
- Downloads
- 449
- Categories
- Developer Tools, API, Communication
Jump to
- Send SMS messages via the sipgate API
- Initiate phone calls programmatically
- Retrieve account and user information
- List associated phone numbers and devices
- Access call history records
- Supports Claude, VS Code, Cursor, Cline, and Roo Code
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
Sipgate API 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 by adding the npx command sipgateio-mcp to your MCP client settings (Claude, VS Code, Cursor, Cline, or Roo Code) and set the environment variables SIPGATE_TOKEN_ID and SIPGATE_TOKEN with credentials from your sipgate account. Once installed, your AI assistant can invoke tools like send_sms, initiate_call, get_phone_numbers, and get_call_history.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sipgate api mcp server": {
"sipgate-api": {
"command": "npx",
"args": [
"-y",
"sipgateio-mcp"
],
"env": {
"SIPGATE_TOKEN_ID": "your-token-id",
"SIPGATE_TOKEN": "your-token"
}
}
}
}
}
McpServers
{
"sipgate-api": {
"command": "npx",
"args": [
"-y",
"sipgateio-mcp"
],
"env": {
"SIPGATE_TOKEN_ID": "your-token-id",
"SIPGATE_TOKEN": "your-token"
}
}
}
Sipgate API MCP Server
> Disclaimer: This is an unofficial integration and is not affiliated with, officially maintained, or endorsed by sipgate GmbH. This is a community project that uses the public sipgate API.
MCP server that provides access to the sipgate API, enabling AI assistants to interact with sipgate services including SMS, calls, and account management.
Prerequisites
1. A sipgate account (https://www.sipgate.de/)
2. Personal Access Token credentials from sipgate:
- Log in to your sipgate account
- Navigate to "Settings" > "Personal Access Tokens"
- Create a new token
- Note down the Token ID and Token
Installation
Claude
Add to your claude_desktop_config.json file:
{
"mcpServers": {
"sipgate-api": {
"command": "npx",
"args": [
"-y",
"sipgateio-mcp"
],
"env": {
"SIPGATE_TOKEN_ID": "your-token-id",
"SIPGATE_TOKEN": "your-token"
}
}
}
}
To find the claude_desktop_config.json file, open the Claude app and go to Settings > Advanced > Open config file.
VS Code
Install the Sipgate API MCP server in VS Code using:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





