mcp-client-server

willccbb/mcp-client-server
★ 124 stars TypeScript 💻 Code/Dev Tools Updated 4mo ago
An MCP Server that's also an MCP Client. Useful for letting Claude develop and test MCPs without needing to reset the application.
View on GitHub →

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"
      ]
    }
  }
}