mcpbeat Sign in

Is It AI MCP Server

local only

Is It AI MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 86 installs a week from pypi. Last commit 20 Aug 2026.

MCP server that reads C2PA Content Credentials: what an image declares about its own origin

Installs per day peak 400 · avg 50
a month agotoday
86
Installs / week
pypi · is-it-ai-mcp
0
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Is It AI 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 is-it-ai-mcp -- uvx is-it-ai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "is-it-ai-mcp": {
      "args": [
        "is-it-ai-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.is-it-ai-mcp]
command = "uvx"
args = ["is-it-ai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "is-it-ai-mcp": {
      "args": [
        "is-it-ai-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "is-it-ai-mcp": {
      "args": [
        "is-it-ai-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Is It AI MCP

same job, measured the same way
I
Content Credentials (C2PA)
by contentauth

Read and verify Content Credentials (C2PA) from images and media using the c2pa Rust SDK

local only
K8gentS — Kubernetes RCA MCP Server
by jdoornink

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.

local only
Spa Reader MCP
by xxo47oxx

MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content

57 installs/wk local only
Onepassword
by pulsemcp

MCP server for interacting with 1Password via the CLI to read and manage credentials.

322 installs/wk local only
Isitdisposable MCP
by richelo

An MCP server that lets AI agents check whether an email address or domain is disposable.

47 installs/wk local only
Superfetch
by j0hanz

Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format

99 installs/wk local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

93 installs/wk local only
Testing Repo
by vinur1992

An MCP server that created for demo

local only

Is It AI MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Is It AI MCP?
Is It AI 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 is-it-ai-mcp was installed 86 times last week.
How do I connect Is It AI 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 is-it-ai-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Is It AI MCP?
The pypi package is-it-ai-mcp was installed 86 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Is It AI MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.