mcp-server-test

michael-mb/mcp-server-test
★ 0 stars Java Code/Dev Tools Updated today
Learn how to create an MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-test": {
      "command": "npx",
      "args": [
        "-y",
        "michael-mb/mcp-server-test"
      ]
    }
  }
}