The Redis MCP Client provides access to 40+ web parsers and AI services through a unified MCP interface for content scraping, AI search, data extraction, translation, and analytics.
Key Capabilities:
AI-Powered Search: Access 7+ AI assistants (Perplexity, ChatGPT, Claude, Gemini, Copilot, Grok, DeepSeek, GoogleAI, Kimi) for intelligent search with sources and citations
Web Search Engines: Search across Google, Bing, DuckDuckGo, Yandex, Baidu, Yahoo, Rambler, and You.com with query operators and privacy-focused options
YouTube Integration: Search videos, extract metadata, subtitles, comments, channel information, and keyword suggestions with configurable pagination
Social Media Scraping: Extract data from Instagram (profiles, posts, hashtags, geo-locations), TikTok (profiles, videos), Telegram (group messages), and Reddit (posts, comments)
Translation Services: Translate text using Google, DeepL, Bing, and Yandex with multi-language support
Content Extraction: Parse articles using Mozilla Readability, extract text blocks and links with multi-level crawling, filtering, and deduplication
Analytics: Access Google Trends for keyword research, interest analysis, and regional trends
Visual Content Search: Search Pinterest for images, titles, and descriptions
Network Utilities: Fetch raw content from any URL using HTTP fetcher
Server Management: List all parsers, get detailed parser information, and check API health status
Technical Features: Automatic JWT authentication, configurable timeouts, high rate limits (2000-4000+ queries/min), and optimized for AI agent orchestration workflows.
Enables web search queries through DuckDuckGo search engine
Provides web search capabilities through Google Search
Enables AI-powered search and queries through Google Gemini
Provides AI-powered search capabilities through Perplexity AI
Enables search queries across YouTube content
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Redis MCP Clientsearch for latest AI news using Perplexity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ayga-mcp-client
MCP server for Redis API with 40 parsers across 9 categories.
mcp-name: io.github.ozand/ayga-mcp-client
✨ What's New in v1.4.0
40 parsers total (was 39): Added Link Extractor for domain scraping workflows
+1 parser: Link Extractor with multi-level crawling and filtering
Content (3): Article extractor, Text extractor, Link extractor (NEW)
Link Extractor features:
Multi-level crawling (depth 1-5)
Internal/external link filtering
Automatic deduplication
3 presets: default, deep_crawl, all_links
Agent Orchestration: Optimized for AI agents to orchestrate domain content scraping
Social media (10): Instagram (6), TikTok (1), Telegram, Reddit (3)
Analytics (1): Google Trends for keyword research
Visual (1): Pinterest search for images
Search Engines (8): Google, Yandex, Bing, DuckDuckGo, Baidu, Yahoo, Rambler, You.com
FreeAI (6): Perplexity, GoogleAI, ChatGPT, Kimi, DeepAI, Copilot
YouTube (6): Video metadata, search, suggestions, channel info, comments
Translation (4): Google, DeepL, Bing, Yandex with language control
Net (1): HTTP fetcher
Quick Start
Claude Desktop
Add to ~/.config/Claude/claude_desktop_config.json (Linux/macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
VS Code Copilot
Add to your MCP config file (%APPDATA%\Code\User\mcp.json on Windows):
Documentation
EXAMPLES.md - Detailed examples with request/response formats for all tools
DEVELOPMENT.md - Technical architecture and development guide
CHANGELOG.md - Version history and release notes
Available Tools
FreeAI Parsers (6)
search_perplexity- AI-powered search with sourcessearch_googleai- Google AI search with structured sourcessearch_chatgpt- ChatGPT with web searchsearch_kimi- Kimi AI for translation and educationsearch_deepai- DeepAI multi-style chatsearch_copilot- Microsoft Copilot search
YouTube Parsers (6)
parse_youtube_video- Video metadata, subtitles, commentssearch_youtube_search- Search videos by keywordsget_youtube_suggest- Keyword suggestions/autocompleteget_youtube_channel_videos- List channel videosget_youtube_channel_about- Channel info from About pageparse_youtube_comments- Parse video comments with threading
Social Media Parsers (10)
scrape_telegram_group- Scrape public group messagessearch_reddit_posts- Search Reddit posts with sortingget_reddit_post_info- Get post with comments and detailssearch_reddit_comments- Search Reddit commentsparse_instagram_profile- Profile data, posts, followers (requires auth cookie)parse_instagram_post- Post with likes, comments, captionparse_instagram_tag- Posts by hashtag (requires auth cookie)parse_instagram_geo- Posts by location with coordinatessearch_instagram_search- Search profiles, hashtags, locationsparse_tiktok_profile- TikTok profile data, videos, followers
Translation Services (4)
translate_google_translate- Google Translate (100+ languages)translate_deepl_translate- DeepL high-quality translationtranslate_bing_translate- Microsoft Bing Translatortranslate_yandex_translate- Yandex Translate with captcha bypass
Search Engines (8)
search_google_search- Google search with operators supportsearch_yandex_search- Yandex search (Russian search engine)search_bing_search- Bing search with operators supportsearch_duckduckgo_search- Privacy-focused DuckDuckGo searchsearch_baidu_search- Chinese search engine Baidusearch_yahoo_search- Yahoo search resultssearch_rambler_search- Russian search engine Ramblersearch_you_search- You.com AI-powered search
Content Parsers (3)
parse_article_extractor- Extract articles with Mozilla Readability algorithmparse_text_extractor- Parse text blocks with automatic HTML cleaning (2000 queries/min)extract_link_extractor- Extract all links from HTML pages with filtering and deduplication ✨ NEW
Analytics Parsers (1)
get_google_trends- Parse trending keywords, interest data, regional trends
Visual Content Parsers (1)
search_pinterest_search- Pinterest images, titles, descriptions (4000+ queries/min)
Net Tools (1)
fetch_http- Fetch raw URL content
Net Tools (1)
fetch_http- Fetch raw URL content
Metadata Tools
list_parsers- List all available parsersget_parser_info- Get parser detailshealth_check- API health status
Authentication
Get your API key from https://redis.ayga.tech or contact support@ayga.tech
The client automatically exchanges your API key for a JWT token on first request.
Example Usage
Once configured, use tools in Claude Desktop or VS Code Copilot:
Environment Variables
REDIS_API_KEY- Your API key (required)REDIS_API_URL- API URL (default: https://redis.ayga.tech)
Development
License
MIT License - see LICENSE