MCP Modal Server runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 11 Jun 2026.
MCP server for managing Modal apps, containers, volumes, and secrets.
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-modal -- uvx mcp-modal
{
"mcpServers": {
"mcp-modal": {
"args": [
"mcp-modal"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-modal]
command = "uvx"
args = ["mcp-modal"]
{
"mcpServers": {
"mcp-modal": {
"args": [
"mcp-modal"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-modal": {
"args": [
"mcp-modal"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.