Book Summarizer
Turn any AI chat into a book summarizer with this community persona prompt.
by Zencoder
An MCP server for Slack, maintained by Zencoder after the original reference server (Anthropic's @modelcontextprotocol/server-slack) was archived. It exposes tools to list channels, read channel history, post messages, reply to threads, add reactions, and resolve users. It authenticates with a Slack bot token and works with any MCP-compatible host.
The Model Context Protocol (MCP).
Setup steps with copy-paste config. Sources are cited under each method.
Requires: Node.js · A Slack app with a bot token (xoxb-…) and a team ID
Create a Slack app and bot token
In the Slack admin, create an app, add the needed bot scopes, install it to the workspace, and copy the Bot User OAuth Token.
Add to your MCP config
Provide the bot token and team ID as environment variables; optionally scope to specific channel IDs.
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@zencoderai/slack-mcp-server"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-token",
"SLACK_TEAM_ID": "T0123456"
}
}
}
}Restart the host
Reload the agent so it discovers the Slack tools.
Copy-paste prompts written to exercise this plugin, with what to expect.
You've been away and a channel has hundreds of unread messages.
Read the last 2 days of #product-eng and give me a bullet summary: decisions made, open questions, and anything that needs my input.
What to expect: The agent pulls the real channel history and returns a structured digest, so you catch up without scrolling.
Real prompts from the IterPrompt library you can copy or run.
Turn any AI chat into a book summarizer with this community persona prompt.
Turn any AI chat into a detailed analysis of youtube channels, databases, and profiles with this community persona prompt.
Turn any AI chat into a text summarizer with this community persona prompt.
Turn any AI chat into an article summarizer with this community persona prompt.
Turn any AI chat into an aim summarized pdf with this community persona prompt.
Turn any AI chat into a youtube channel audit expert with this community persona prompt.
The original reference server was archived; this actively-maintained fork by Zencoder is the commonly-used successor. Confirm scopes and behavior against its README.
AI Prompts for Customer Support Specialists
Use AI for ticket replies, de-escalation, help articles, and troubleshooting — empathetic, consistent support at scale.
Role guideAI Prompts for Software Developers
Use AI for code review, debugging, testing, and documentation — with prompts and agent skills that keep coding agents reliable.
Task guideHow to Summarize Meetings with AI
Turn messy meeting notes or a transcript into clear decisions, action items, and a shareable recap — a repeatable AI workflow.
ChatGPT Developer Mode MCP Apps
OpenAI
Turn ChatGPT into a full MCP client that can read and write to your own tools.
AIPRM for ChatGPT
AIPRM
A browser extension that adds a curated prompt-template library on top of chatgpt.com.
Stripe MCP Server
Stripe
Let an agent work with Stripe customers, payments, invoices, and subscriptions.
Raycast AI Commands
Raycast
Turn prompts you reuse into one-press AI actions inside the Raycast launcher.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.