Pushbullet

Pushbullet

Pushbullet enables seamless sharing of notifications and files across devices.

195VIEWS
2521USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app pushbulletnpx @composio/cli add cursor --app pushbulletnpx @composio/cli add cursor --app pushbulletnpx @composio/cli add cursor --app pushbullet

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Chat

Tool to create a new chat with the specified email address. use when you need to initiate a conversation thread by email.

Register Device

Tool to register a new device under the current user's account. use when adding a new hardware or app device to pushbullet.

Create Push

Tool to send a new push (note, link, or file) to a device, user, channel, or client. use when you need to share content to a specific target. example: "send a link to https://example.com to device abc123".

Delete All Pushes

Tool to delete all pushes for the current user asynchronously. use when you need to bulk-clear all existing pushes in one call.

Delete Chat

Tool to delete a chat by its identifier. use when you need to remove a chat from your pushbullet account after confirming its identifier.

Delete Pushbullet Device

Tool to remove a device by its identifier. use when you need to delete a device from your pushbullet account after confirming its identifier.

Delete Push

Tool to delete a specific push by its identifier. use when you need to remove a push after confirming its identifier.

Get Current User

Tool to retrieve the currently authenticated user's profile. use when you need to verify the access token or display the current user's details.

List Chats

Tool to list all chat objects for the current user. use when you need the full set of chat threads before sending or muting messages.

List Devices

Tool to list all registered devices for the current user. use after obtaining a valid access token.

List Pushes

Tool to list pushes with optional filtering and pagination. use when retrieving or syncing pushes after a certain time.

Register Device

Tool to register a new device under the current user’s account. use when adding a new hardware or app device to the user's pushbullet devices.

Delete All Pushes

Tool to delete all pushes for the current user asynchronously. use when you need to bulk-clear all existing pushes in one call.

Delete Push

Tool to delete a specific push by its identifier. use when you need to remove a push you created.

Mute Or Unmute Chat

Tool to mute or unmute an existing chat. use when adjusting notification settings for a specific chat by its identifier.

Update Device

Tool to update metadata for a device by its identifier. use when you need to change device settings like nickname, model, or icon.

Update Device

Tool to update metadata for a device by its identifier. use when changing a device's nickname, model, or other settings.

Update Push

Tool to update a push (dismiss or modify list items) by its identifier. use when marking a push as dismissed or updating list push items.

Upload Request

Tool to obtain a signed upload url for a file before pushing. use when you need to upload file content via the signed s3 form data.

19 actions available