pushinator-mcp

Pushinator MCP is a tool designed to manage notifications using the Pushinator API. Built with TypeScript, it allows for easy installation of dependencies and building processes. By integrating with an API token, it can be added to clients, facilitating automation of notifications and enhancing workflow efficiency.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

23

Forks

3

Issues

0

README
Pushinator MCP

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"
            }
        }
    }
}