Skip to content
Claude Desktop

mcp test for Claude Desktop

io.github.gstxu/mcp_test

A simple MCP server example written in TypeScript that provides a multiplication tool.

client:Claude Desktop transport:stdio runtime:npm

Install mcp test in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp_test": {
      "command": "npx",
      "args": [
        "-y",
        "@pangq/mcp_test"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp test in other clients