Deep Research MCP Server
Provides semantic search and document retrieval via OpenAI Vector Store API, extending ChatGPT Deep Research with custom knowledge and tools.
README
Sample MCP Server for ChatGPT Deep Research
This is a sample Model Context Protocol (MCP) server designed to work with ChatGPT's Deep Research feature. It provides semantic search through OpenAI's Vector Store API and document retrieval capabilities, demonstrating how to build custom MCP servers that can extend ChatGPT with company-specific knowledge and tools.
Features
- Search Tool: Semantic search using OpenAI Vector Store API
- Fetch Tool: Complete document retrieval by ID with full content and metadata
- Sample Data: Includes 5 sample documents covering various technical topics
- MCP Compliance: Follows OpenAI's MCP specification for deep research integration
Usage
This sample app uses the mcp-handler that allows you to drop in an MCP server on a group of routes in any Next.js project.
Update app/mcp/route.ts with your tools, prompts, and resources following the MCP TypeScript SDK documentation.
Getting Started
-
Install dependencies:
pnpm i -
Run the development server:
pnpm dev
Connecting to ChatGPT Deep Research
- Access ChatGPT Settings: Go to ChatGPT settings
- Navigate to Connectors: Click on the "Connectors" tab
- Add MCP Server: Add your server URL:
http://your-domain/mcp - Test Connection: The server should appear as available for deep research
Notes for running on Vercel
- Make sure you have Fluid compute enabled for efficient execution
- Deploy the ChatGPT Deep Research Template
Sample Client
script/test-client.mjs contains a sample client to try invocations.
node scripts/test-client.mjs https://mcp-for-next-js.vercel.app
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.