skUnit is a testing tool for AI units, such as IChatClient, MCP Servers and agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skunit": {
"command": "npx",
"args": [
"-y",
"mehrandvd/skunit"
]
}
}
}
Run in terminal:
claude mcp add skunit npx -y mehrandvd/skunit
Add to .cursor/mcp.json:
{
"mcpServers": {
"skunit": {
"command": "npx",
"args": [
"-y",
"mehrandvd/skunit"
]
}
}
}