New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@likerts/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likerts/mcp

Typed MCP server for the free Likerts survey collection platform.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Likerts MCP server

Operate the free, MIT-licensed Likerts survey platform from an MCP client. The server exposes the same typed operations and authorization boundaries as the HTTP API and CLI.

The hosted server is listed in the official MCP registry as io.github.crosstabs/likerts. Configure your workspace ID and scoped service credential in your MCP client. The listing does not make workspace data public.

Install

Install a published version from npm:

npm install --global @likerts/mcp

Alternatively, download the MCP tarball from the community release and run npm install --global /absolute/path/to/the-mcp-package.tgz. Node.js 22 or newer is required.

Configure your MCP client to run likerts-mcp over stdio. Set LIKERTS_API_URL to your API origin and supply a scoped LIKERTS_TOKEN through your environment or secret manager. The local API defaults to http://127.0.0.1:8080. Collection operations use LIKERTS_COLLECTION_TOKEN separately; keep management credentials out of embedded apps and tool arguments.

For a source checkout:

npm ci --prefix tools/mcp
npm run build --prefix tools/mcp
node tools/mcp/dist/main.js

Launch the command from an MCP client; stdout is reserved for protocol messages. Authentication and permission checks remain enforced by your API.

Remote connection

The optional hosted endpoint is https://likerts-mcp.onrender.com/mcp/{workspaceId}. It requires the workspace's scoped service credential. Self-hosters use their own remote host.

Setup for Codex and Claude · Quickstart · API reference

Keywords

likerts

FAQs

Package last updated on 12 Sep 2026

Related posts