mcpbeat Sign in

Sidearm MCP Server

local only

Sidearm runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 11 Mar 2026.

Protect media from AI training, detect AI-generated content, and find stolen work.

Installs per day peak 14 · avg 6 · +35% w/w
a month agotoday
39
Installs / week
npm · @sidearmdrm/mcp
0
Stars
0 open issues
11 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sidearm 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 sidearm -- npx -y @sidearmdrm/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sidearm": {
      "args": [
        "-y",
        "@sidearmdrm/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sidearm]
command = "npx"
args = ["-y", "@sidearmdrm/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sidearm": {
      "args": [
        "-y",
        "@sidearmdrm/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sidearm": {
      "args": [
        "-y",
        "@sidearmdrm/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SDRM_API_KEY (Your Sidearm API key (sk_live_... or sk_test_...). Optional — documentation tools work without it.), SDRM_BASE_URL (Override the API base URL (default: https://api.sdrm.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sidearm

same job, measured the same way
Cosmic
by cosmicjs

Manage Cosmic CMS content, media, object types, and AI generation from any MCP client.

90 installs/wk answering
Songcheck MCP
by afghanfansmedia-ai

Is this song AI or human? Detect AI-generated music (Suno, Udio) from any AI agent.

local only
Sow
by theluckystrike

Generate a statement of work (SOW) as a real Word docx from your AI chat: proposals, contracts.

local only
Zoom Workspace
by zoom

Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content.

answering
11agents Cloud MCP
by 11agents

Cloud MCP for project data, analytics, research, content planning, media generation, and growth.

answering
Autowhisper MCP
by xnjiang

Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.

85 installs/wk local only
Blogburst MCP Server
by shensi8312

AI social media agent — generate content, auto-pilot posting, analytics for 9+ platforms.

46 installs/wk local only
Prolifik
by bitmamba24

Create AI UGC content, generate/clone media, clip video, and publish to social accounts.

answering

Sidearm — questions

Answers built from our own checks of this server.

Why is there no uptime for Sidearm?
Sidearm 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 npm package @sidearmdrm/mcp was installed 39 times last week.
How do I connect Sidearm?
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 @sidearmdrm/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sidearm?
The npm package @sidearmdrm/mcp was installed 39 times in the last week. Week over week that is +35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sidearm open source?
Yes — it is published under the MIT licence, written in TypeScript 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.