dkmaker/mcp-rest-api
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
Platform-specific configuration:
{
"mcpServers": {
"mcp-rest-api": {
"command": "npx",
"args": [
"-y",
"mcp-rest-api"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...