Pare Test
Rank #18,736io.github.Dave-London/pare-test
MCP server providing pare-test capabilities
Pare Test is a Model Context Protocol (MCP) server published by Dave-London. It ranks #18,736 of 115,460 servers tracked on MCP Toplist, and its repository has 138 GitHub stars. Pare Test is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 96,724 of 115,460 servers on MCP Toplist.
Use Pare Test
claude mcp add pare-test -- npx -y @paretools/test[mcp_servers.pare-test]
command = "npx"
args = ["-y", "@paretools/test"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pare-test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pare-test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pare-test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pare-test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pare-test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Dave-London%2Fpare-test)<a href="https://mcptoplist.com/server/io.github.Dave-London%2Fpare-test"><img src="https://mcptoplist.com/badge/io.github.Dave-London%2Fpare-test.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Dave-London
Available versions (2)
| Version | Published |
|---|---|
| 0.8.1 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pare Test?
- Pare Test is maintained by Dave-London, which publishes 28 MCP servers (61 total versions) tracked on MCP Toplist.
- Is Pare Test listed on the Official MCP Registry?
- Yes — Pare Test is listed on the Official MCP Registry.
- How many versions does Pare Test have?
- MCP Toplist tracks 2 versions of Pare Test, most recently published on Feb 14, 2026.
- Where can I find the source code for Pare Test?
- The source code for Pare Test is hosted at github.com/Dave-London/Pare.