willccbb/mcp-client-server
An MCP Server that's also an MCP Client. Useful for letting Claude develop and test MCPs without needing to reset the application.
Platform-specific configuration:
{
"mcpServers": {
"mcp-client-server": {
"command": "npx",
"args": [
"-y",
"mcp-client-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...