Meow Notifier
@liangshixing
关于 Meow Notifier
Meow通知MCP服务器
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"meow-notifier": {
"command": "npx",
"args": [
"-y",
"meow-notifier"
],
"env": {
"MEOW_NICKNAMES": "[\"nickname1\", \"nickname2\", \"nickname3\"]"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Meow Notifier?
Meow Notifier is an MCP (Model Context Protocol) server that sends notifications to one or more configured nicknames. It supports multiple nickname formats, provides detailed send results, and can be used either as an MCP server or run directly via npx.
How to use Meow Notifier?
Set the MEOW_NICKNAMES environment variable with nickname(s) in JSON array, comma-separated, or single-nickname format. Then run with npx meow-notifier or configure it as an MCP server in your client (e.g., mcpServers). Use the send_notification tool to send messages to all configured nicknames at once.
Key features of Meow Notifier
- Supports multiple nickname configurations (JSON array or comma-separated)
- Sends messages to all configured nicknames in one call
- Provides detailed send results (success/failure per nickname)
- Offers three usage modes: npx, global install, or MCP server
- Requires only the environment variable
MEOW_NICKNAMES
Use cases of Meow Notifier
- Notify multiple team members or channels simultaneously via a single MCP tool call
- Integrate with AI assistants or automation workflows to broadcast alerts or updates
- Test and debug notification delivery by reviewing per-nickname success/failure reports
- Quickly set up a personal notification bridge without dedicated infrastructure
FAQ from Meow Notifier
How to configure multiple nicknames?
Set the MEOW_NICKNAMES environment variable either as a JSON array (e.g., ["nickname1","nickname2"]) or as a comma-separated string (e.g., nickname1,nickname2). Both formats are supported.
How to install and run Meow Notifier?
You can run it directly with npx meow-notifier after setting MEOW_NICKNAMES, or install it globally with npm install -g meow-notifier and run meow-notifier. It can also be configured as an MCP server in your client’s mcpServers block.
What kind of result feedback do I get after sending a message?
The tool returns a detailed result showing how many nicknames succeeded/failed, with per-nickname success responses or error messages. For example: Send complete: 2/3 successful followed by individual statuses.
What configuration pitfalls should I watch out for?
You must configure at least one nickname. In JSON format, double quotes inside the string must be escaped. Comma-separated format automatically trims whitespace. If all nicknames fail, the tool returns an error status.
Can I use Meow Notifier without an MCP client?
Yes. You can run it directly with npx meow-notifier or after a global install, provided the MEOW_NICKNAMES environment variable is set.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论