Deep Search MCP Server
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., "@Deep Search MCP Serverresearch the latest developments in quantum computing and summarize key findings"
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.
Deep Search MCP Server
A production-ready Model Context Protocol (MCP) server providing comprehensive deep search capabilities including web search, content extraction, and AI-powered research.
Features
Web Search - Search the web for any topic with comprehensive results
Content Extraction - Extract clean, readable content from any URL
Deep Research - Multi-source research with summaries and key findings
News Search - Find recent news articles on any topic
Academic Search - Discover academic papers and research content
Related MCP server: crawl-mcp
Quick Start
Connect to Your AI Assistant
Add this configuration to your MCP client (e.g., Cursor, Claude Desktop):
{
"mcpServers": {
"deep-search": {
"url": "https://deep-search-mcp.vercel.app/api/mcp"
}
}
}For Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"deep-search": {
"url": "https://deep-search-mcp.vercel.app/api/mcp"
}
}
}Available Tools
Tool | Description | Parameters |
| Search the web for information |
|
| Extract content from a URL |
|
| Comprehensive multi-source research |
|
| Search for news articles |
|
| Search academic/research content |
|
Self-Hosting
Prerequisites
Node.js 20+
npm, yarn, or pnpm
Installation
# Clone the repository
git clone https://github.com/LikhonSheikh404/deep-search-mcp.git
cd deep-search-mcp
# Install dependencies
npm install
# Copy environment file
cp .env.example .env
# Start development server
npm run devDeploy to Vercel
Fork this repository
Import to Vercel
Deploy!
Or use the CLI:
# Install Vercel CLI
npm i -g vercel
# Deploy
vercelTesting with MCP Inspector
npx @modelcontextprotocol/inspector@latest http://localhost:3000Then open http://127.0.0.1:6274 to test your tools.
API Endpoints
Endpoint | Description |
| MCP server endpoint |
| OAuth metadata (for authenticated setups) |
Technology Stack
Framework: Next.js 15 (App Router)
Language: TypeScript
MCP SDK: mcp-handler
Deployment: Vercel (Serverless + Fluid Compute)
Transport: Streamable HTTP (efficient, no persistent connections)
Architecture
src/
├── app/
│ ├── api/
│ │ └── [transport]/
│ │ └── route.ts # MCP server endpoint
│ ├── .well-known/
│ │ └── oauth-protected-resource/
│ │ └── route.ts # OAuth metadata
│ ├── page.tsx # Landing page
│ └── layout.tsx # Root layout
├── lib/
│ └── search-engine.ts # Search functionality
└── types/
└── mcp.ts # Type definitionsEnvironment Variables
Variable | Description | Required |
| Public URL of your deployment | No |
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - feel free to use this in your own projects.
Author
Built by Matrix Agent
Resources:
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceModel Context Protocol (MCP) server that provides AI assistants with advanced web research capabilities, including Google search integration, intelligent content extraction, and multi-source synthesis.Last updated65250ISC
- AlicenseAqualityAmaintenanceMCP server for web crawling, searching, and AI-powered content extraction, supporting single-page, batch, and full-site crawling along with text, news, image, book, and video search.Last updated81MIT
- AlicenseBquality-maintenanceProvides advanced Google Custom Search functionality, web content extraction, and specialized research tools such as search analytics, multi-site search, and fact checking. Works as an MCP server compatible with any MCP client.Last updated10MIT
- Alicense-qualityAmaintenanceZero-auth multi-source research MCP server that enables web search, reading URLs, PDFs, GitHub repos, and querying Hacker News, Stack Overflow, Semantic Scholar, and YouTube transcripts without API keys.Last updated10Apache 2.0
Related MCP Connectors
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LikhonSheikh404/deep-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server