MCP with ChatGPT Deep Research Compatibility

R
Renaudil y a 2 jours
0

Description

Run a ChatGPT Deep Research-compatible Model Context Protocol (MCP) server on Vercel with Next.js.

npx boilerapp openai-deep-research-compatible-mcp-with-next-js

Documentation

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.

Deploy with Vercel

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

  1. Install dependencies:

    pnpm i
    
  2. Run the development server:

    pnpm dev
    

Connecting to ChatGPT Deep Research

  1. Access ChatGPT Settings: Go to ChatGPT settings
  2. Navigate to Connectors: Click on the "Connectors" tab
  3. Add MCP Server: Add your server URL: http://your-domain/mcp
  4. Test Connection: The server should appear as available for deep research

Notes for running on Vercel

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

Prix

Gratuit

FREE

Commentaires (0)

FAQ

Questions Fréquemment Posées

Vous avez une question ? Nous avons les réponses. Si vous ne trouvez pas ce que vous cherchez, n'hésitez pas à nous contacter.

Boilerapp est une plateforme communautaire dédiée au partage de boilerplates, de starter kits et de modèles de projets pour développeurs. Notre objectif est simple : vous faire gagner du temps sur la configuration initiale (setup) pour que vous puissiez coder ce qui compte vraiment. Que vous cherchiez une simple base de code ou un projet SaaS complet, vous le trouverez ici.

Vous avez d'autres questions ?

Notre équipe est là pour vous aider. Contactez-nous et nous vous répondrons dès que possible.

MCP with ChatGPT Deep Research Compatibility | BoilerApp