RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.nagarjunr/mqtt · v0.1.0
MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).
MQTT 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mqtt": {
"command": "uvx",
"args": [
"mqtt5-mcp-server"
],
"env": {
"MQTT_HOST": "<MQTT_HOST>"
}
}
}
}MQTT_HOST必填Broker hostname or IP
MQTT_PORT可选Broker port, default 1883 (or 8883 for TLS)
MQTT_USERNAME可选Broker username
MQTT_PASSWORD可选secretBroker password
MQTT_USE_TLS可选true/false, default false
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.nagarjunr/mqtt",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "MQTT",
"description": "MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).",
"repository": {
"url": "https://github.com/nagarjunr/iot-mcp-servers",
"source": "github",
"subfolder": "mqtt"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "mqtt5-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "MQTT_HOST",
"description": "Broker hostname or IP",
"isRequired": true
},
{
"name": "MQTT_PORT",
"description": "Broker port, default 1883 (or 8883 for TLS)"
},
{
"name": "MQTT_USERNAME",
"description": "Broker username"
},
{
"name": "MQTT_PASSWORD",
"description": "Broker password",
"isSecret": true
},
{
"name": "MQTT_USE_TLS",
"description": "true/false, default false"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.nagarjunr/mqtt",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nagarjunr%2Fmqtt/versions/latest",
"isOfficial": true,
"status": "active"
}
}