Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
To install dependencies:
bun install
To build:
bun run build
After that, add the Pushinator MCP to your MCP client (the API token can be retrieved in your Pushinator API tokens page):
{
"mcpServers": {
"pushinator": {
"command": "node",
"args": ["path-to-repo/build/index.js"],
"env": {
"PUSHINATOR_API_KEY": "YOUR_PUSHINATOR_API_KEY"
}
}
}
}
A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
An MCP server application that sends various types of messages to the WeCom group robot.
A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.
Interact with the Clash of Clans API to retrieve game data. Requires a CLASH_API_KEY environment variable.
An MCP server for interacting with the Slack API, allowing for sending messages, managing channels, and other workspace actions.
A read-only MCP server by CData that enables LLMs to query live SendGrid data. Requires the external CData JDBC Driver for SendGrid.
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
Network access with the ability to run commands like ping, traceroute, mtr, http, dns resolve.
A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.