C
Cats MCP
by @DaviiidW
This repository features an MCP (Model Context Protocol) server designed to bridge the gap between LLMs and the CATS tool. It enables you to perform comprehensive API testing for your web applications using natural language prompts, ensuring extensive test coverage through seamless AI integration.
Created 2/16/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
cats-mcp
This repository features an MCP (Model Context Protocol) server designed to bridge the gap between LLMs and the CATS tool. It enables you to perform comprehensive API testing for your web applications using natural language prompts, ensuring extensive test coverage through seamless AI integration.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/DaviiidW/cats-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"daviiidw-cats-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/DaviiidW/cats-mcp"
]
}
}
}