Skip to main content
Glama

smartthings-mcp

pyproject.toml882 B
[project] name = "mcp-smartthings" version = "0.1.0" description = "A Model Context Protocol server providing tools for Smartthings integration." readme = "README.md" requires-python = ">=3.12" authors = [ { name = "Andrew 'Veon' Matuk", email = "andrew.i.matiuk@gmail.com" }, ] keywords = ["mcp", "llm", "home automation", "smartthings"] license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", ] dependencies = [ "isodate>=0.7.2", "mcp[cli]>=1.9.2", "pydantic>=2.0.0", "pytz>=2025.2", "requests>=2.32.3", "tzdata>=2024.2", ] [tool.uv] dev-dependencies = [ "pyright>=1.1.389", "pytest>=8.3.3", "ruff>=0.8.1", ] [pytest] pythonpath = "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/veonua/smartthings-mcp'

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