🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pm-cse

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Potential malware was recently detected in this package.

Affected versions:

0.1.00.1.10.1.20.1.30.1.4
+4 more

pm-cse

Postman CSE toolkit MCP server -- Slack, Atlassian, Salesforce, Looker, and more

latest
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

pm-cse

Postman CSE toolkit MCP server. Currently provides Slack integration with plans to expand to Atlassian, Salesforce, Looker, and more.

Install

npm install -g pm-cse

Or run directly:

npx pm-cse

MCP Configuration

Add to your MCP client config (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "pm-cse": {
      "command": "npx",
      "args": ["-y", "pm-cse"]
    }
  }
}

If using a direct Slack token:

{
  "mcpServers": {
    "pm-cse": {
      "command": "npx",
      "args": ["-y", "pm-cse"],
      "env": {
        "SLACK_TOKEN": "xoxc-..."
      }
    }
  }
}

Tools

Read

ToolDescription
slack_search_channelsFind channels by name
slack_search_messagesSearch messages by keyword, channel, user, time range
slack_fetch_threadGet complete thread replies by timestamp
slack_fetch_channel_historyGet recent messages from a channel
slack_search_filesSearch files by name, type, channel, user
slack_fetch_recent_messagesFetch recent messages across all channels
slack_search_usersFind users by name, email, title, department
slack_get_user_profileGet detailed profile for a user
slack_list_unreadsList all channels/DMs with unread messages

Write

ToolDescription
slack_send_messageSend a message to a channel or DM
slack_schedule_messageSchedule a message for future delivery
slack_add_reactionAdd an emoji reaction to a message
slack_remove_reactionRemove an emoji reaction
slack_update_messageEdit a message you sent
slack_delete_messageDelete a message you sent
slack_upload_fileUpload a text file or code snippet
slack_pin_messagePin a message to a channel
slack_mark_as_readMark a conversation as read

Authentication

Three authentication methods are supported, tried in order:

  • Direct token -- Set SLACK_TOKEN or SLACK_BOT_TOKEN env var
  • Okta auth flow -- Uses local Okta Verify app via auth.okta.rip (no API key needed)
  • WebAuthn worker -- Uses webauthn.kepler.rip (requires WEBAUTHN_API_KEY env var)

See AGENTS.md for full authentication details.

Development

git clone <repo-url>
cd slack-mcp
npm install
npm run build
npm run dev       # Run with tsx (hot reload)
npm run start     # Run compiled version

Keywords

mcp

FAQs

Package last updated on 13 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts