plugins marketplace
← All plugins

greedysearch

v1.7.4

Multi-engine AI web search — Perplexity, Bing Copilot, and Google AI in parallel with Gemini synthesis. No API keys needed.

Claude Code1 MCP serverstdio

by Apostolos MantzarisMIT35updated 5 days ago

Source

git clone https://github.com/apmantza/GreedySearch-pi

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

greedysearch/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

greedysearchstdio
command
node
args
bin/mcp.mjs

Manifests1

.claude-plugin/plugin.json
{
  "name": "greedysearch",
  "version": "1.7.4",
  "description": "Multi-engine AI web search — Perplexity, Bing Copilot, and Google AI in parallel with Gemini synthesis. No API keys needed.",
  "author": {
    "name": "Apostolos Mantzaris",
    "email": "apmantza@gmail.com"
  },
  "repository": "https://github.com/apmantza/GreedySearch-claude",
  "license": "MIT",
  "keywords": [
    "search",
    "perplexity",
    "bing",
    "google",
    "gemini",
    "research",
    "web-search"
  ],
  "skills": "./skills/"
}