mcpbeat Sign in

Loopback MCP Server

by joshidikshant Your server? Claim it
local only

Loopback runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 2 Aug 2026.

Feedback bus for coding agents: pin feedback on the app you're building; a fix turns the pin green

Installs per day peak 20 · avg 7 · -64% w/w
a month agotoday
37
Installs / week
npm · loopback-mcp-server
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/smoke-test.ts:31
  for (const [k, v] of Object.entries(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 loopback -- npx -y loopback-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "loopback": {
      "args": [
        "-y",
        "loopback-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.loopback]
command = "npx"
args = ["-y", "loopback-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "loopback": {
      "args": [
        "-y",
        "loopback-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "loopback": {
      "args": [
        "-y",
        "loopback-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Loopback

same job, measured the same way
PinAppAI
by pinappai

Visual website feedback your coding agent applies: pin change requests on the live site over MCP.

186 installs/wk 38 tools answering
Pincushion
by jcooley8

Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.

1 340 installs/wk local only
Spikes
by bierlingm

UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.

36 installs/wk local only
Vynix
by vynix

Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

53 installs/wk 17 tools answering
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
gamedev.pl
by gamedev

Build browser games on gamedev.pl from your coding agent.

34 tools answering
Tyrekick
by richardofortune

Read and resolve human feedback pinned on your live prototype, straight from your coding agent.

45 installs/wk local only
Spill
by vicc

Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.

34 installs/wk local only

Loopback — questions

Answers built from our own checks of this server.

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