KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Pushbullet MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pushbullet.

Pushbullet CLI Matrix

Use these pages for direct Pushbullet CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.