Search and inspect 6,500+ curated AI apps from the HyperStore directory via 8 MCP tools, 3 resources, and 3 prompts. Read-only, no auth required. Works with Claude, ChatGPT, Cursor, Windsurf, Cline, Zed, Gemini.
Overview
HyperStore MCP
Plug 6,500+ curated AI apps into any LLM via the Model Context Protocol.
HyperStore MCP exposes the HyperStore directory through 8 tools, 3 resources, and 3 prompts. Ask your LLM things like "Find me a free AI tool that summarizes PDFs" or "Compare ChatGPT, Claude, and Gemini side-by-side" — and it queries HyperStore behind the scenes.
Tools (8)
- search_apps — full-text keyword search
- ai_search — semantic / natural-language search
- get_app — full app detail page
- list_apps — paginated apps with filters
- list_categories — browse all 33 categories
- category_apps — apps within a category
- browse_apps — A-Z directory listing
- get_homepage — trending + featured
Resources & Prompts
hyperstore://app/{slug},hyperstore://category/{slug},hyperstore://catalog- Prompts:
find_tool_for_task,compare_apps,discover_category
Install
uvx hyperstore-mcp
Server Config
{
"mcpServers": {
"hyperstore": {
"command": "uvx",
"args": [
"hyperstore-mcp"
]
}
}
}