Skip to content
Claude Desktop

tern for Claude Desktop

io.github.zyf8827/tern

Model Context Protocol (MCP) server for Tern E2E testing platform

client:Claude Desktop transport:stdio runtime:npm

Install tern in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tern": {
      "command": "npx",
      "args": [
        "-y",
        "@zyf8827/tern-mcp"
      ],
      "env": {
        "TERN_URL": "<TERN_URL>",
        "TERN_TOKEN": "<TERN_TOKEN>"
      }
    }
  }
}

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

tern in other clients