- Explore MCP Servers
- dev-proxy-mcp
Dev Proxy Mcp
What is Dev Proxy Mcp
Dev Proxy MCP is a Model Context Protocol server designed for Dev Proxy, enabling AI assistants to interact with Dev Proxy capabilities using the MCP standard.
Use cases
Use cases for Dev Proxy MCP include testing API error handling, verifying rate limit handling, simulating slow API responses, and creating mock APIs without the need for extensive coding.
How to use
To use Dev Proxy MCP, you can install it via NPX in Visual Studio Code. Simply run the command provided in the README to set it up and start creating configurations and getting contextual help.
Key features
Key features of Dev Proxy MCP include the ability to create Dev Proxy configurations using natural language, receive contextual help for working with Dev Proxy, and discover various features and capabilities of Dev Proxy.
Where to use
Dev Proxy MCP can be used in software development environments, particularly for testing and simulating API interactions across various applications and tech stacks.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Dev Proxy Mcp
Dev Proxy MCP is a Model Context Protocol server designed for Dev Proxy, enabling AI assistants to interact with Dev Proxy capabilities using the MCP standard.
Use cases
Use cases for Dev Proxy MCP include testing API error handling, verifying rate limit handling, simulating slow API responses, and creating mock APIs without the need for extensive coding.
How to use
To use Dev Proxy MCP, you can install it via NPX in Visual Studio Code. Simply run the command provided in the README to set it up and start creating configurations and getting contextual help.
Key features
Key features of Dev Proxy MCP include the ability to create Dev Proxy configurations using natural language, receive contextual help for working with Dev Proxy, and discover various features and capabilities of Dev Proxy.
Where to use
Dev Proxy MCP can be used in software development environments, particularly for testing and simulating API interactions across various applications and tech stacks.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Dev Proxy MCP Server
A Model Context Protocol (MCP) server for Dev Proxy that enables AI assistants to interact with Dev Proxy capabilities using the MCP standard. Use this server to:
- Create Dev Proxy configurations using natural language
- Get contextual help for working with Dev Proxy
- Discover Dev Proxy features and capabilities

What is Dev Proxy?
Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path. It allows you to:
- Test API error handling: See how your app responds to API errors without changing your code
- Verify rate limit handling: Simulate API rate limits to improve user experience
- Test slow API responses: See how your app handles slow APIs to implement necessary affordances
- Create mock APIs: Quickly stand up mock APIs without writing code you won’t ship
Dev Proxy works with any type of app and tech stack as it intercepts network requests at the proxy level.
What This Package Does
This package provides a Model Context Protocol (MCP) server interface to Dev Proxy. It allows AI assistants and other MCP-compatible clients to:
- Find Dev Proxy documentation using natural language queries
- Get the installed Dev Proxy version
Prerequisites
Usage
To set up and use the MCP server, refer to the instructions for your MCP host, such as Visual Studio Code. The Dev Proxy MCP server is published on npm under @devproxy/mcp.
Use the following values:
- Type:
stdio - Command:
npx - Arguments:
-y@devproxy/mcp
- Environment: none
[!TIP]
If you want to test the preview version of the server using@devproxy/mcp@next.
Connect with an MCP Client
This MCP server exposes the following tools:
FindDocs
Finds relevant Dev Proxy documentation related to a specific query.
{
"query": "How to simulate API errors"
}
GetVersion
Gets the currently installed Dev Proxy version. This is useful to ensure that the generated configuration is compatible with the installed version of Dev Proxy.
{}
Development
# Clone the repository
git clone https://github.com/waldekmastykarz/dev-proxy-mcp.git
cd dev-proxy-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Run the server
npm start
# Run with MCP inspector for debugging
npm run inspect
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Projects
- Dev Proxy - The core Dev Proxy tool
- Model Context Protocol (MCP) - Protocol specification for AI assistant tools
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










