PluginBench
MCP Server
Active
MIT

io.github.Dave-London/test MCP Server

io.github.Dave-London/test

What is the io.github.Dave-London/test MCP server?

Auto-detects test framework (pytest, jest, vitest) and returns structured results.

How to install io.github.Dave-London/test

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}
Claude Code
claude mcp add test -- npx -y @paretools/test

Related MCP servers

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

130
TypeScript
MIT
View repository →

Structured Rust cargo operations (build, test, clippy) as typed JSON.

130
TypeScript
MIT
View repository →

Structured Docker operations (ps, images, logs, build) as typed JSON.

130
TypeScript
MIT
View repository →

Structured git operations (status, log, diff, branch, show) as typed JSON.

130
TypeScript
MIT
View repository →

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

130
TypeScript
MIT
View repository →

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

130
TypeScript
MIT
View repository →