Gorilla MCP 服务器
👁 CI
👁 Version
👁 License: MIT
👁 gorilla-mcp MCP server
👁 Stars
👁 Last commit
👁 Open issues
👁 TypeScript
👁 Node
👁 MCP SDK
👁 Built for Claude
用于 Gorilla 的模型上下文协议 (MCP) 服务器。通过搜索 Reddit、YouTube、X、TikTok 和 LinkedIn 上的真实需求信号,找到您的前 100 位 SaaS 用户。(LinkedIn 搜索需要周/月/终身计划;0.99 美元的单次运行计划涵盖其他四个平台。)
了解更多: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.js获取您的 API 密钥
在 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 美元的单次运行计划涵盖其他四个平台。)耗时 60-120 秒。消耗 1 个运行额度。
参数: idea(必填)— 产品描述
返回: 带有来源、渠道、标题、URL、lead_score (0-1) 和外联提示的评分潜在客户。
idea.refine
对话式细化。在搜索前每次返回一个澄清问题,以明确想法。免费。
参数: 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
根据已完成运行中的高意向潜在客户构建第一周外联计划,包含各渠道的发送节奏。免费。
参数: 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 lead通过 Smithery 安装
可在 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
