Aimock
Freeby MCP Community
Mock infrastructure for AI application testing — LLM APIs, image generation, text-to-speech, transcription, video generation, MCP tools, A2A agents, AG-UI event
v1.13.0Added Apr 12, 2026
mockllmopenaianthropicclaude
Aimock MCP Server
Mock infrastructure for AI application testing — LLM APIs, image generation, text-to-speech, transcription, video generation, MCP tools, A2A agents, AG-UI event
Installation
Reviews
Installation
Quick install
npx -y @copilotkit/aimock
Add to claude_desktop_config.json
{
"mcpServers": {
"aimock": {
"command": "npx",
"args": ["-y", "@copilotkit/aimock"]
}
}
}