Skip to main content
Glama
pyproject.toml1.52 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "win32-mcp-server" version = "1.0.1" description = "Comprehensive Windows automation MCP server for AI agents" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "Randy Northrup", email = "randy@example.com"} ] keywords = ["mcp", "windows", "automation", "ocr", "ai"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Operating System :: Microsoft :: Windows", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ "mcp>=1.0.0", "mss>=10.0.0", "pillow>=10.0.0", "pyautogui>=0.9.54", "pygetwindow>=0.0.9", "pyperclip>=1.8.2", "pytesseract>=0.3.10", "psutil>=5.9.0", ] [project.urls] Homepage = "https://github.com/RandyNorthrup/win32-mcp-server" Repository = "https://github.com/RandyNorthrup/win32-mcp-server" Issues = "https://github.com/RandyNorthrup/win32-mcp-server/issues" Documentation = "https://github.com/RandyNorthrup/win32-mcp-server#readme" [project.scripts] win32-mcp-server = "server:main" [project.entry-points."mcp.servers"] win32-inspector = "server:main" [tool.setuptools] py-modules = ["server"]

Latest Blog Posts

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/RandyNorthrup/win32-mcp-server'

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