Gorilla MCP サーバー
👁 CI
👁 Version
👁 License: MIT
👁 gorilla-mcp MCP server
👁 Stars
👁 Last commit
👁 Open issues
👁 TypeScript
👁 Node
👁 MCP SDK
👁 Built for Claude
Gorilla 用のModel Context Protocolサーバーです。Reddit、YouTube、X、TikTok、LinkedInで実際の需要シグナルを検索し、SaaSの最初の100人のユーザーを見つけます。(LinkedIn検索には週次/月次/ライフタイムプランが必要です。0.99ドルの1回限りのプランは他の4つをカバーします。)
詳細はこちら: usegorilla.app · 実際の実行例 · Gorillaの比較 · ブログ
セットアップ
npx を使用してGitHubから直接実行します:
GORILLA_API_KEY=grla_... npx -y github:opusforge/gorilla-mcpまたは、クローンしてローカルで実行します:
git clone https://github.com/opusforge/gorilla-mcp
cd gorilla-mcp
npm install && npm run build
GORILLA_API_KEY=grla_... node dist/index.jsAPIキーの取得
usegorilla.app にサインアップし、プランを選択します(0.99ドルの単発実行、3.99ドル/週のPro、または149.99ドルのライフタイム)。
gorilla.opusforge.com.br にサインインします。
メニューから「API Keys」を選択し、「Create」をクリックします。
キーをコピーします(一度しか表示されません)。
Claude Codeでの設定
Claude Codeの設定に追加します:
{
"mcpServers": {
"gorilla": {
"command": "npx",
"args": ["-y", "github:opusforge/gorilla-mcp"],
"env": {
"GORILLA_API_KEY": "grla_your_key_here"
}
}
}
}Cursorでの設定
.cursor/mcp.json に追加します:
{
"mcpServers": {
"gorilla": {
"command": "npx",
"args": ["-y", "github:opusforge/gorilla-mcp"],
"env": {
"GORILLA_API_KEY": "grla_your_key_here"
}
}
}
}Related MCP server: Reddit MCP
ツール
ツールはドメインごとに名前空間が分けられています (leads.*, idea.*, runs.*, outreach.*, account.*)。
leads.find
フルパイプラインを実行します。Reddit、X、YouTube、TikTok、LinkedInを検索し、スコアリングされたリードを返します。(LinkedInは週次/月次/ライフタイムプラン限定です。0.99ドルの1回限りのプランは他の4つをカバーします。)60〜120秒かかります。1実行クレジットを消費します。
パラメータ: idea (必須) — 製品説明
戻り値: ソース、チャネル、タイトル、URL、lead_score (0-1)、およびアウトリーチのヒントを含むスコアリングされたリード。
idea.refine
対話型の洗練化。検索前にアイデアを研ぎ澄ますため、一度に1つの明確化質問を返します。無料。
パラメータ: idea (必須)、および current_refined_idea, history, language, turn, max_turns (すべてオプション)
戻り値: ステータス、refined_idea、readiness_score、および次の質問(準備完了時はnull)。
idea.expand
検索を実行せずに、キーワードの足場(コアキーワード、隣接するニッチ、ペインポイント、競合他社名、除外用語)を生成します。1実行クレジットを消費します。
パラメータ: idea (必須)
戻り値: ターゲット検索のための構造化されたテーマ。
leads.search
カスタムクエリを使用して単一のプラットフォームを検索します。テーマの展開とAIスコアリングをバイパスします。1実行クレジットを消費します。
パラメータ:
source(必須):reddit,x,youtube,tiktok, またはlinkedin(LinkedInはPro限定)queries(必須): 検索クエリの配列run_id(オプション): 結果を既存の実行に関連付けます
戻り値: 指定されたプラットフォームからの生のリード。
runs.get
以前に開始された実行の結果を取得します。無料。
パラメータ: run_id (必須)
runs.list
過去50回の実行を新しい順にリスト表示します。無料。
account.billing
プラン、残りの週次実行回数、紹介クレジットを確認します。無料。
戻り値: プラン名、週次使用量、紹介クレジット、利用可能な合計実行回数。
outreach.draft
特定のリードに対して、プラットフォームに最適化されたアウトリーチメッセージを生成します。ドラフトごとに1実行クレジットを消費します。
パラメータ: idea, source, outreach_action, post_title, post_body (必須)、およびオプションの post_handle, language, reply_to_author, reply_to_text。
戻り値: すぐに貼り付け可能なドラフト。
outreach.plan
完了した実行の「HIGH」インテント(意欲の高い)リードから、チャネルごとの送信頻度を含む1週目のアウトリーチ計画を構築します。無料。
パラメータ: run_id (必須)
ワークフローの例
1. idea.refine("a language learning app for travelers")
→ "Who's the target user? Daily commuters or tourists?"
2. leads.find(refined_idea)
→ 47 leads across Reddit, YouTube, X, TikTok, and LinkedIn (Pro)
→ 12 high-intent (people actively searching for this)
3. outreach.plan(run_id)
→ Week-1 plan: 3/day on Reddit, 4/day on X, 2/day on YT/TT/LinkedIn
4. outreach.draft(...) → ready-to-send reply for each high-intent leadSmithery経由でのインストール
smithery.ai/server/opusforge/gorilla-mcp で利用可能です。Smitheryは、MCPB互換クライアントがワンクリックでインストールできる、事前構築済みのMCPBバンドルを配布しています。
環境変数
変数 | 必須 | 説明 |
| はい | APIキー ( |
| いいえ |
|
| いいえ | ランタイム設定エンドポイントを上書きします。ステージングやセルフホスト環境で便利です。 |
バックエンドURLとゲートウェイキーは、起動時に https://gorilla.opusforge.com.br/mcp-config.json から自動的に取得されます。その他の設定は不要です。
料金
単発実行: 0.99ドル。従量課金制、サブスクリプションなし。Reddit、X、YouTube、TikTokをカバー。
週次Pro: 3.99ドル/週、5回実行。LinkedInを追加。
月次Pro: 14.99ドル/月。LinkedInを追加。
ライフタイム: 149.99ドル(一括払い)、無制限実行。LinkedInを追加。
leads.find, leads.search, idea.expand, outreach.draft はそれぞれ1実行クレジットを消費します。idea.refine, runs.get, runs.list, account.billing, outreach.plan は無料です。
現在のプランと製品の詳細は usegorilla.app を参照してください。
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/opusforge/gorilla-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
