mcp-test-server

dastrobu/mcp-test-server
★ 1 stars Rust 💻 Code/Dev Tools Updated today
A simple Model Context Protocol (MCP) server that provides various tools to test edge cases with MCP clients. Useful for testing error handling in MCP clients.
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-test-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-test-server"
      ]
    }
  }
}