Back to Home
koyeb icon

example-mcp-server-python

Verified Safe

by koyeb

Overview

This server acts as a Model Context Protocol (MCP) endpoint, enabling OpenAI's GPT models via the Apps SDK to interact with and manage a simple to-do list through AI-accessible tools and a UI widget.

Installation

Run Command
node server.js

Environment Variables

  • PORT

Security Notes

The server exposes its '/mcp' endpoint with 'Access-Control-Allow-Origin: *', allowing cross-origin requests from any domain, which removes client-side same-origin policy protection. It operates in a stateless mode without explicit user authentication or authorization, making it suitable for personal AI assistant tools but not for multi-user or sensitive applications. The server reads the UI widget HTML from a local file, reducing dynamic code execution risks. No 'eval' or other directly malicious patterns were identified in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens200
Stars0
Forks1
Last Update2026-01-07

Tags

MCP ServerOpenAI Apps SDKAI ToolsNode.jsTo-do List