mcpbeat Sign in

Imperal MCP Server

by imperalcloud Your server? Claim it
local only

Imperal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from pypi.

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

Installs per day peak 75 · avg 23 · -24% w/w
a month agotoday
144
Installs / week
pypi · imperal-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Imperal MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add imperal-mcp -- uvx imperal-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imperal-mcp": {
      "args": [
        "imperal-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.imperal-mcp]
command = "uvx"
args = ["imperal-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "imperal-mcp": {
      "args": [
        "imperal-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "imperal-mcp": {
      "args": [
        "imperal-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: IMPERAL_API_URL (Override the Imperal API base URL (default: https://auth.imperal.io). Leave unset for production.), IMPERAL_TOKEN (Optional service token for CI or headless environments. When set, skips browser login. Obtain from panel.imperal.io → Developer → Access tokens.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Imperal MCP

same job, measured the same way
Ateam MCP
by ariekogan

Build, validate, and deploy multi-agent AI solutions from any AI environment.

1 212 installs/wk 59 tools answering
VibeKit
by vibekit-bot

Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.

36 tools answering
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
Tv MCP
by skdonthi

Build, deploy, and debug web apps on Samsung Tizen and LG webOS Smart TVs from any MCP client

17 installs/wk local only
CPZAI
by cpz-lab-mcp

Build, backtest, and deploy quantitative trading strategies from your AI agent.

answering
Air Pipe
by airpipe

Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

19 tools answering
Prefab
by prefabapp

List, create and deploy your Prefab project templates from any MCP agent.

36 installs/wk local only
dMoERA Creator
by cachecarti

Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.

44 tools answering

Imperal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Imperal MCP?
Imperal MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package imperal-mcp was installed 144 times last week.
How do I connect Imperal MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls imperal-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Imperal MCP?
The pypi package imperal-mcp was installed 144 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.