Skip to main content
Glama
pyproject.toml676 B
[project] name = "wechat-mcp-server" version = "0.1.0" description = "WeChat MCP server and helper scripts for reading and replying to messages via macOS Accessibility APIs" readme = "README.md" requires-python = ">=3.12" authors = [{ name = "Banghao Chi", email = "banghao2@illinois.edu" }] dependencies = [ "pyobjc>=12.1", "pyobjc-framework-applicationservices>=12.1", "pillow>=10.0.0", "mcp[cli]>=1.0.0", ] [project.scripts] wechat-mcp = "wechat_mcp.mcp_server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/wechat_mcp"] [tool.hatch.build] packages = ["src/wechat_mcp"]

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/BiboyQG/WeChat-MCP'

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