Skip to main content
Glama

MCP Desktop Tools

pyproject.toml1.03 kB
[build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-desktop-tools" version = "0.1.0b2" description = "MCP Desktop Tools server and CLI" authors = [{name = "MCP Desktop Tools Team"}] readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", ] dependencies = [ "typer>=0.12", "pydantic>=2.0", "pyyaml>=6.0", "rich>=13.0", "orjson>=3.9", "pathspec>=0.12", "platformdirs>=4.0", "diskcache>=5.6", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-cov>=5.0", "ruff>=0.6", "mypy>=1.10", ] [project.urls] Homepage = "https://example.com/mcp-desktop-tools" [project.scripts] mcp-tools = "mcp_desktop_tools.cli:main" [tool.pytest.ini_options] minversion = "8.0" addopts = "-ra" python_files = "test_*.py"

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/andrey-zhuravl/mcp-desktop-tools'

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