notifications
Pushbullet MCP, CLI, and Lua Integration for AI Agents
Pushbullet integration docs for AI agents: MCP gateway setup, Pushbullet CLI commands, Lua API reference, credentials, and function schemas.
5 functions 3 read 2 write Bearer token auth
Pushbullet for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
pushbullet- route_slug
pushbullet- package
pushbullet- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Pushbullet CLIHeadless setup and direct function calls. Pushbullet MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Pushbullet MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pushbullet.
Claude Code Pushbullet MCP setup for Claude Code. Cursor Pushbullet MCP setup for Cursor. Codex Pushbullet MCP setup for Codex. OpenAI Agents Pushbullet MCP setup for OpenAI Agents SDK. Claude Agent SDK Pushbullet MCP setup for Claude Agent SDK. Vercel AI SDK Pushbullet MCP setup for Vercel AI SDK. LangChain Pushbullet MCP setup for LangChain. LangGraph Pushbullet MCP setup for LangGraph. CrewAI Pushbullet MCP setup for CrewAI. MCP clients Pushbullet MCP setup for Generic MCP Clients.
Pushbullet CLI Matrix
Use these pages for direct Pushbullet CLI workflows in scripts, CI, cron, and agent wrappers.
CI Pushbullet CLI for CI. Cron Jobs Pushbullet CLI for cron jobs. Shell Scripts Pushbullet CLI for shell scripts. Headless Automation Pushbullet CLI for headless automation. Coding Agents Pushbullet CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
pushbullet.pushbullet_list_pushes | Read read | 2 | List recent pushes (notifications) from Pushbullet. Returns push items including notes, links, and files. |
pushbullet.pushbullet_create_push | Write write | 5 | Send a push notification via Pushbullet. Supports "note" (title + body) and "link" (title + body + URL) types. |
pushbullet.pushbullet_delete_push | Write write | 1 | Delete a push notification from Pushbullet by its unique identifier (iden). |
pushbullet.pushbullet_list_devices | Read read | 0 | List all devices registered with the current user's Pushbullet account. Returns device names, types, and identifiers. |
pushbullet.pushbullet_get_current_user | Read read | 0 | Get the authenticated Pushbullet user's profile information, including name, email, and account details. |