Back to Home
AjayiMike icon

openai-apps-template

Verified Safe

by AjayiMike

Overview

This server provides a Model Context Protocol (MCP) backend for a responsive React-based todo list widget that can be embedded and interacted with inside ChatGPT.

Installation

Run Command
npm run start:all

Environment Variables

  • PORT
  • CHATGPT_SINGLE

Security Notes

The code generally follows good practices for a web server and React application. Input validation is performed for tool arguments. IDs generated using `Math.random()` are not cryptographically secure but are acceptable for a simple todo application. The server sets `Access-Control-Allow-Origin: *` for CORS, which is necessary for integration with ChatGPT, but in other contexts, it would be considered broad. No critical vulnerabilities like `eval` or command injection were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-14

Tags

ChatGPT AppMCP ServerReact WidgetTodo ListNode.js