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
{
"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