Skip to main content
Glama

ThingsPanel MCP

Official
[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "thingspanel-mcp" version = "0.1.6" description = "MCP server for ThingsPanel IoT platform" readme = "README.md" authors = [ { name = "ThingsPanel", email = "info@thingspanel.com" } ] license = {file = "LICENSE"} requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "mcp>=1.2.0", "httpx>=0.23.0", ] [project.urls] Homepage = "https://github.com/ThingsPanel/thingspanel-mcp" [project.scripts] thingspanel-mcp = "thingspanel_mcp.main:main" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ThingsPanel/thingspanel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server