-
Couldn't load subscription status.
- Fork 2.3k
feat: add Serpex MCP server integration #6827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
- Add comprehensive Serpex MCP documentation matching Serper style - Support for multi-engine search (Google, Bing, DuckDuckGo, Brave, Yahoo, Yandex) - Auto engine routing and time filtering capabilities - Installation instructions for npx usage - Configuration guide for Jan AI - Troubleshooting and best practices
- Simplified setup to use npx serpex-search-mcp-server - Removed custom server option (now available on npm) - Updated links and resources - Matches Serper integration pattern
…d removing redundant sections
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds integration documentation for Serpex MCP Server, a multi-engine web search tool that enables AI models to access real-time search results across Google, Bing, DuckDuckGo, Brave, Yahoo, and Yandex through a standardized MCP interface.
Key Changes:
- Comprehensive documentation for Serpex MCP server integration with Jan AI
- Navigation metadata updated to include Serpex in the search examples section
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/src/pages/docs/desktop/mcp-examples/search/serpex.mdx | Complete integration guide including setup, configuration, usage examples, troubleshooting, and best practices |
| docs/src/pages/docs/desktop/mcp-examples/search/_meta.json | Added Serpex to the search examples navigation menu |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Serpex, | ||
| Google search API, | ||
| Real-time Search API, | ||
| MCP Web search |
Copilot
AI
Oct 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing comma after 'MCP Web search' breaks YAML array formatting consistency. Add a comma to match the pattern of other array items.
| MCP Web search | |
| MCP Web search, |
| MCP Web search | ||
| SERP API, | ||
| multi-engine search, | ||
| web search |
Copilot
AI
Oct 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing comma after 'web search' breaks YAML array formatting consistency. Add a comma to match the pattern of other array items.
| web search | |
| web search, |
Description
This PR integrates Serpex MCP Server - a multi-engine web search MCP server that provides AI models with access to real-time web search capabilities across multiple search engines.
What was implemented:
serpex-mcpon npm registryKey Features:
Type of Change
Testing
Automated Tests:
Manual Testing:
Checklist
Code Quality
Documentation
Testing
Security & Performance
Deployment
Additional Notes
Usage Examples:
Integration Points:
serpex-mcpFuture Enhancements:
This integration provides AI models with powerful web search capabilities, enabling real-time information access across multiple search engines with automatic optimization and error handling.