MCP Multi Poc Beta Script runs on your own machine — the client starts it, so there is no endpoint to ping. 436 installs a week from pypi. Last commit 31 Jul 2026.
PoC Q5b: run a differently-named console script via a positional runtimeArgument.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-multi-poc-beta-script -- uvx mcp-multi-poc
{
"mcpServers": {
"mcp-multi-poc-beta-script": {
"args": [
"mcp-multi-poc"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-multi-poc-beta-script]
command = "uvx"
args = ["mcp-multi-poc"]
{
"mcpServers": {
"mcp-multi-poc-beta-script": {
"args": [
"mcp-multi-poc"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-multi-poc-beta-script": {
"args": [
"mcp-multi-poc"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.