An MCP Server that's also an MCP Client. Useful for letting Claude develop and test MCPs without needing to reset the application.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-client-server": {
"command": "npx",
"args": [
"-y",
"willccbb/mcp-client-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-client-server npx -y willccbb/mcp-client-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-client-server": {
"command": "npx",
"args": [
"-y",
"willccbb/mcp-client-server"
]
}
}
}