ScreenMocks for LangChain
com.screenmocks/screenmocks
Design and export App Store / Play Store screenshots, localized across all 48 App Store locales.
client:LangChain
transport:streamable-http
Install ScreenMocks in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"screenmocks": {
"transport": "streamable_http",
"url": "https://www.screenmocks.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs