Back to Home
iamgovindthakur icon

leetcode_mcp_server

Verified Safe

by iamgovindthakur

Overview

Minimal HTTP server to fetch and expose the LeetCode daily problem for editor integrations.

Installation

Run Command
docker run --rm -p 8080:8080 leetcode-mcp:latest

Environment Variables

  • LC_USER_AGENT
  • LC_TIMEOUT

Security Notes

The server makes outbound requests to `leetcode.com`. HTML parsing uses regex, which is generally safe given the trusted source (LeetCode homepage), but might be fragile against unexpected format changes. No 'eval' or hardcoded secrets found. Deployment on a network interface requires appropriate security measures as noted in the README.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-22

Tags

FastAPILeetCodeMCPHTTP ServerEditor Integration