Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Keploygenerate test cases for my user authentication API"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Keploy MCP Server
Keploy is an open-source AI-powered API testing platform designed to help developers achieve up to 90% test coverage in just minutes β without writing manual tests. It automatically records real API traffic and converts it into test cases with mocks and stubs, ensuring faster and more reliable integration and regression testing.
π Key Features
Auto Test Generation: Captures live API requests and responses to automatically generate test cases.
Mocking & Stubbing: Creates reusable mocks/stubs for external dependencies, making tests isolated and faster.
Seamless Integration: Works smoothly with existing frameworks and CI/CD pipelines.
AI-Powered: Uses AI to detect changes, identify flaky tests, and optimize test suites.
Open Source: Transparent, community-driven, and easy to extend.
π§ Use Cases
Automating API Testing and Regression Testing
Generating Test Coverage Reports
Simplifying Integration Testing across microservices
Reducing manual QA efforts
βοΈ Categories
Home Automation & IoT
Browser Automation
π¦ Installation
# Clone the repository
git clone https://github.com/keploy/keploy.git
# Navigate into directory
cd keploy
# Run setup
npm install
npm start