N
Notification
Control and read Android phone notifications via a local MCP server on-device.
Share:
About
Control and read Android phone notifications via a local MCP server on-device.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Install Notification
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"notification": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notification"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"notification": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notification"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"notification": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notification"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.