Back to Home
Peterpan-MU icon

MCP-Test

by Peterpan-MU

Overview

Tests other Model Context Protocol (MCP) servers for connection, capabilities, and tool functionality.

Installation

Run Command
npx -y github:Peterpan-MU/MCP-Test

Security Notes

The server's primary function involves executing user-provided commands and arguments (via 'command', 'args', and 'env' parameters) on the host system using 'child_process.spawn' (TypeScript) or 'asyncio.create_subprocess_exec' (Python). This allows for arbitrary code execution on the machine running the MCP-Test server if an unauthorized or malicious actor can send 'callTool' requests. It is critical to run this server in a highly isolated and controlled environment, and only use it with trusted input.

Similar Servers

Stats

Interest Score28
Security Score3
Cost ClassLow
Stars1
Forks0
Last Update2025-11-20

Tags

MCPTesterServerDevelopmentTypeScript