Gorilla MCP Server
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
Setup
Run directly from GitHub with npx:
GORILLA_API_KEY=grla_... npx -y @usegorilla/mcpOr 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.jsGet your API key
- Sign up at usegorilla.app. Free tier: 100 credits, no card.
- Sign in at platform.usegorilla.app.
- Menu, API Keys, Create.
- 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"
}
}
}
}





