Signalmelo Mcp

by carter-wzq

331 downloads
Not rated
GitHub Website

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Signalmelo Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.