fastmcp: FastMCP is a standard framework for building Model Context Protocol (MCP) applications, which connect LLMs to tools and data. It simplifies the process by automatically generating schemas, validation, and documentation for tools, and managing transport negotiation and authentication for server connections. FastMCP offers a comprehensive solution for developing, deploying, and scaling MCP-powered systems.; Pepper: Pepper is an MCP server that injects a dylib into iOS Simulator apps via DYLD_INSERT_LIBRARIES, starting a WebSocket server inside the app process to expose over 50 tools for view hierarchy, touch input, network interception, heap inspection, and more. It simplifies giving AI agents full runtime access to iOS apps for testing and automation.
Building LLM applications that interact with custom tools and data sources
Automate testing and interaction with iOS Simulator apps using AI agents