Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Send To Poke

FreeNot checked

Minimal MCP server for sending messages to Poke via the inbound webhook.

GitHubEmbed

About

Minimal MCP server for sending messages to Poke via the inbound webhook.

README

Minimal MCP server for sending messages to Poke via the inbound webhook.

Features

  • Single MCP tool: send_to_poke
  • Sends a message to Poke using the inbound webhook
  • Structured tool output with normalized response

Requirements

  • Node.js >= 18
  • POKE_API_KEY environment variable

MCP client config

Add the following config to your MCP client:

{
  "mcpServers": {
    "send-to-poke": {
      "command": "npx",
      "args": ["-y", "send-to-poke-mcp"],
      "env": {
        "POKE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Local development

npm install
npm run build

Smoke test (optional)

POKE_API_KEY=your-api-key-here npm run build
POKE_API_KEY=your-api-key-here npm run smoke-test

Note: this test requires network access and may fail in restricted environments.

MCP Tool

send_to_poke

Send a message to Poke.

Input

{
  "message": "string",
  "include_raw_response": false
}

Output

{
  "status": "sent",
  "http_status": 200,
  "response": {},
  "raw_response": ""
}

Environment Variables

  • POKE_API_KEY (required)
  • POKE_BASE_URL (default: https://poke.com)
  • POKE_TIMEOUT (default: 30000)

Notes

  • Tool responses are returned as MCP structuredContent (with a text fallback for display).
  • This project is not affiliated with Interaction Co.

from github.com/konarkm/send-to-poke-mcp

Install Send To Poke in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install send-to-poke-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add send-to-poke-mcp -- npx -y send-to-poke-mcp

FAQ

Is Send To Poke MCP free?

Yes, Send To Poke MCP is free — one-click install via Unyly at no cost.

Does Send To Poke need an API key?

No, Send To Poke runs without API keys or environment variables.

Is Send To Poke hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Send To Poke in Claude Desktop, Claude Code or Cursor?

Open Send To Poke on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Send To Poke with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs