Skip to content
Back to search
30
MCP

@mseep/server-test-runner

npm/@mseep/server-test-runner

A Model Context Protocol (MCP) server for running and parsing test results from multiple testing frameworks. This server provides a unified interface for executing tests and processing their outputs, supporting:

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@mseep/mcp-server-and-client
A Model Context Protocol (MCP) server for managing user data with support for resources, tools, and prompts.
0 tools
io.github.uarlouski/testrail-mcp-server
Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts.
0 tools
@mseep/linear-mcp-server
A Model Context Protocol server for the Linear API.
0 tools
mcp-server-webscan
A Model Context Protocol (MCP) server for web content scanning and analysis. This server provides tools for fetching, analyzing, and extract
0 tools
@mseep/n8n-mcp-server
Model Context Protocol (MCP) server for n8n workflow automation
0 tools
@mseep/system-designer-mcp
A Model Context Protocol (MCP) server that provides AI agents with tools to create, validate, and export UML system models and System Runtim
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/server-test-runner": {
      "url": "None",
      "transport": "http"
    }
  }
}