open-mcp-servers-market
Verified Safeby three-water666
Overview
An automated directory and market for Model Context Protocol (MCP) servers, allowing developers to discover, filter, and connect to various AI-powered services by aggregating metadata from official and community sources.
Installation
python3 -m http.server 8000Environment Variables
- GITHUB_TOKEN
Security Notes
The project's backend scripts (`convert_mcp_lists.py`, `top_mcp_servers.py`) are primarily data aggregators for a static website. They fetch content from remote GitHub URLs and make GraphQL API calls to retrieve repository star counts, requiring a `GITHUB_TOKEN`. While fetching external content and using an API token introduces inherent risks (e.g., potential for supply chain attacks if markdown parsing is vulnerable, or token exposure if not properly scoped), no direct execution of arbitrary code (`eval`, `os.system`) or obvious command injection vectors were found within the provided Python scripts. The core data processing relies on standard `json` and `re` libraries. The frontend is a static site served via GitHub Pages, which is generally secure. The security score reflects a good posture for its stated purpose, with standard precautions needed for handling API tokens and external data sources.
Similar Servers
awesome-mcp-servers
This repository serves as a curated list of Model Context Protocol (MCP) servers, frameworks, and utilities, providing a comprehensive directory for developers and AI practitioners.
awesome-remote-mcp-servers
A curated directory for developers to discover, evaluate, and integrate high-quality, official remote Model Context Protocol (MCP) servers into their AI applications and LLM clients.
awesome-mcp-servers
A comprehensive collection of Model Context Protocol (MCP) servers, standardizing AI application context provision.
awesome-mcp-devtools
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.