RepoOpenAIOpenAIpublished Jun 2, 2025seen 6d

openai/sample-deep-research-mcp

Python

Open original ↗

Captured source

source ↗

openai/sample-deep-research-mcp

Description: Example MCP server compatible with Deep Research

Language: Python

License: MIT

Stars: 67

Forks: 24

Open issues: 1

Created: 2025-06-02T21:58:16Z

Pushed: 2025-06-25T21:03:02Z

Default branch: main

Fork: no

Archived: no

README:

Cupcake MCP for Deep Research

This is a minimal example of a Deep Research style MCP server for searching and fetching cupcake orders.

Set up & run

Python setup:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Run the server:

python sample_mcp.py

The server will start on http://127.0.0.1:8000 using SSE transport.

Files

  • sample_mcp.py: Main server code
  • records.json: Cupcake order data (must be present in the same directory)

Notability

notability 5.0/10

Sample repo from OpenAI with low star count