mcp-servers
Verified Safeby smslavin
Overview
An MCP server that interfaces with an MQTT broker, allowing AI agents to explore MQTT topics, subtopics, and inspect their values.
Installation
python server.pyEnvironment Variables
- MQTT_BROKER_URL
- MQTT_BROKER_PORT
Security Notes
The server connects to an MQTT broker defined by environment variables or public defaults. No 'eval' or similar dangerous functions are used. Interaction is via Stdio, limiting network attack surface from the MCP side. The primary risk would be connecting to a malicious MQTT broker with untrusted data, which is outside the scope of this server's code vulnerabilities.
Similar Servers
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-typescript-sdk
The TypeScript SDK facilitates the implementation of Model Context Protocol (MCP) over MQTT for creating AI-integrable servers and clients, enabling LLMs to discover and interact with external services and tools.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.