opusforge/gorilla-mcp

๐ŸŽฏ Marketing
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - Lead discovery for solo SaaS founders. Searches Reddit, X, YouTube, and TikTok for posts where people describe a problem your product solves, ranks each by buying intent, and returns ranked leads. Includes findleads, draftoutreach, and planacquisitionfunnel for the full acquisition flow. Hosted, $0.99 per run. Install: npx -y github:opusforge/gorilla-mcp. Sign up: usegorilla.app.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "opusforge-gorilla-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opusforge-gorilla-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Gorilla MCP Server

CI Version License: MIT smithery badge gorilla-mcp MCP server

Stars Last commit Open issues TypeScript Node MCP SDK Built for Claude

Model Context Protocol server for Gorilla. Find your first 100 SaaS users by searching Reddit, X, YouTube, LinkedIn, and Bluesky for real demand signals. Start free with 100 credits. You spend one credit per qualified lead (hot or warm); low-relevance results are free.

Learn more: usegorilla.app ยท Real run examples ยท How Gorilla compares ยท Blog

gorilla-mcp MCP server

Setup

Run directly from GitHub with npx:

GORILLA_API_KEY=grla_... npx -y @usegorilla/mcp

Or clone and run locally:

git clone https://github.com/opusforge/gorilla-mcp
cd gorilla-mcp
npm install && npm run build
GORILLA_API_KEY=grla_... node dist/index.js

Get your API key

  1. Sign up at usegorilla.app. Free tier: 100 credits, no card.
  2. Sign in at platform.usegorilla.app.
  3. Menu, API Keys, Create.
  4. Copy the key (shown once).

Configure in Claude Code

Add to your Claude Code settings:

{
  "mcpServers": {
    "gorilla": {
      "command": "npx",
      "args": ["-y", "@usegorilla/mcp"],
      "env": {
        "GORILLA_API_KEY": "grla_your_key_here"
      }
    }
  }
}

Configure in Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "gorilla": {
      "command": "npx",
      "args": ["-y", "@usegorilla/mcp"],
      "env": {
        "GORILLA_API_KEY": "grla_your_key_here"
      }
    }
  }
}

Tools

search

Search Reddit, X, YouTube, LinkedIn, and Bluesky in parallel for posts where people express demand for what you describe. Returns results ranked Hot / Warm / Cold by buying intent. Takes 30-90 seconds. One credit per qualified lead (Hot or Warm); Cold results are free, and a failed search is refunded. LinkedIn is a paid-plan source; the free tier covers Reddit, X, YouTube, and Bluesky.

Parameters:

  • query (required) - what to search for, in your own words
  • source (optional) - reddit, twitter, youtube, linkedin, bluesky, or all (default)
  • since (optional) - 24h | 7d | 30d | all, or an ISO date. Default 7d.
  • limit (optional) - max results, 1-200. Default 50.

Returns: A search_id plus scored results (source, channel, title, URL, score, Hot/Warm/Cold) and the credits charged.


get_search

Fetch the current state and results for a search by its search_id. Use it to recover a search that timed out client-side, or to re-read a recent one. Free.

Parameters: search_id (required)


billing_status

Check your plan and remaining credit balance. Free.

Returns: Plan (free or monthly) and credit balance (tier + pack = total).

Example workflow

1. search("a language learning app for travelers")
   -> search_id + scored leads across Reddit, X, YouTube, LinkedIn, Bluesky,
      ranked Hot / Warm / Cold by buying intent. One credit per Hot/Warm lead.

2. get_search(search_id)   -> re-read or recover results without searching again

3. billing_status()        -> plan + credits remaining

Install via Smithery

Available at smithery.ai/server/opusforge/gorilla-mcp. Smithery distributes a pre-built MCPB bundle that any MCPB-compatible client can install in one click.

Environment variables

VariableRequiredDescription
GORILLA_API_KEYYesYour API key (starts with grla_). Create one at platform.usegorilla.app, Menu โ†’ API Keys.
GORILLA_API_BASENoOverride the API base. Default https://usegorilla.app/v1. Useful for self-hosted deployments.

No other configuration is required โ€” the package talks to the public API with your key.

Pricing

  • Free tier: 100 credits, granted once, no card. A one-time trial.
  • Paid plan: $14.99/mo for 2,000 credits. Unused credits roll over.
  • Metering: one credit per qualified lead (hot or warm). Low-relevance results are free. Failed searches refund.
  • Sources: the free tier covers Reddit, X, YouTube, and Bluesky. The paid plan adds LinkedIn (all five).

search spends one credit per qualified lead it returns; Cold results are free. get_search and billing_status are free.

See usegorilla.app for the full product.

Related MCP Servers

acamolese/google-search-console-mcp

๐Ÿ โ˜๏ธ - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via uvx mcp-google-search-console.

๐ŸŽฏ Marketing0 views
AdsMCP/tiktok-ads-mcp-server

๐Ÿ โ˜๏ธ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.

๐ŸŽฏ Marketing0 views
Agent-Prod/muze-mcp

๐ŸŽ–๏ธ ๐Ÿ โ˜๏ธ - Run your ecommerce ads from Claude & ChatGPT. Meta, Google, Amazon and Shopify: 150+ tools to read performance, inspect campaigns, research competitor ads, and take confirm-gated writes (pause, budgets, launches) that always stage paused. Hosted; connect via OAuth or an API key at https://backend.muzecmo.com/mcp

๐ŸŽฏ Marketing0 views
AIOProductOS/studio-mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. npx -y @aioproductoscom/mcp-studio

๐ŸŽฏ Marketing0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.