Signalmelo Mcp
About
A lightweight BYOK MCP server for Reddit community signal analysis. It returns structured outputs for What Users Like, What Users Don't Like, and Competitors Users Mention from Reddit discussions.
Details
- Author
- carter-wzq
- Downloads
- 331
- Categories
- Search
Jump to
- Single tool for Reddit signal analysis
- Fixed output: likes, dislikes, competitors, sources
- Uses your own API keys (BYOK)
- Supports custom subreddit lists and time ranges
- Fallback returns sources even if summarization fails
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Signalmelo McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"signalmelo mcp": {
"signalmelo-mcp": {
"command": "node",
"args": [
"<ABSOLUTE_PATH>/signalmelo-mcp/dist/index.js"
],
"env": {
"REDDIT_CLIENT_ID": "<YOUR_REDDIT_CLIENT_ID>",
"REDDIT_CLIENT_SECRET": "<YOUR_REDDIT_CLIENT_SECRET>",
"REDDIT_USER_AGENT": "signalmelo-mcp/0.1 by your_reddit_username",
"LLM_API_KEY": "<YOUR_LLM_API_KEY>"
}
}
}
}
}
McpServers
{
"signalmelo-mcp": {
"command": "node",
"args": [
"<ABSOLUTE_PATH>/signalmelo-mcp/dist/index.js"
],
"env": {
"REDDIT_CLIENT_ID": "<YOUR_REDDIT_CLIENT_ID>",
"REDDIT_CLIENT_SECRET": "<YOUR_REDDIT_CLIENT_SECRET>",
"REDDIT_USER_AGENT": "signalmelo-mcp/0.1 by your_reddit_username",
"LLM_API_KEY": "<YOUR_LLM_API_KEY>"
}
}
}
A lightweight BYOK MCP server for Reddit community signal analysis. It returns structured outputs for What Users Like, What Users Don't Like, and Competitors Users Mention from Reddit discussions.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

