
Pushinator MCP
from appricos
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
๐ฅ๐ฅโ VerifiedAccount requiredNeeds API keys
Pushinator MCP
To install dependencies:
bun installTo build:
bun run buildAfter 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"
}
}
}
}This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ