qinglong-mcp-server
Verified Safeby pholex
Overview
This is a Model Context Protocol (MCP) server for querying and executing scheduled tasks in Qinglong Panel.
Installation
uvx qinglong-mcp-serverEnvironment Variables
- QINGLONG_URL
- CLIENT_ID
- CLIENT_SECRET
Security Notes
The server handles credentials (CLIENT_ID, CLIENT_SECRET) via environment variables loaded from .env files, which is good practice. It makes outgoing HTTP requests to the configured QINGLONG_URL. No 'eval' or direct code execution from untrusted input is found. Security relies heavily on the secure storage of the .env file and the security posture of the target Qinglong Panel.
Similar Servers
AutotaskMCP
Manage Autotask PSA (Professional Services Automation) data, including tickets, companies, contacts, time entries, and resources, through a Claude Desktop MCP server.
tia_portal_mcp_server
Enables AI assistants to programmatically interact with Siemens TIA Portal projects, facilitating tasks such as opening projects, reading/writing PLC blocks, compiling code, and managing PLC tags and User-Defined Types (UDTs).
qontinui-mcp
Provides an MCP interface for Qontinui Runner, enabling AI-driven visual automation, testing, and debugging workflows.
mcp-server-project-tracker
Manages Kanban tasks using local Excel or CSV files as a backend, allowing integration with MCP (Model Context Protocol) clients for task creation, reading, updating, filtering, and sprint analytics.