Loading MCP server directory, please wait...
Manage open-source in-product surveys, collections, responses and exports with scoped access.
npx @getmcp/cli add io.github.crosstabs/likertsRequires Node.js 18+. Community-contributed server. Review source before installing.
LIKERTS_API_URLYour Likerts API origin. Requires HTTPS outside exact loopback development hosts.
LIKERTS_TOKENWorkspace-bound service credential with only the scopes needed by this agent.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.crosstabs/likerts": {
"command": "npx",
"args": [
"-y",
"@likerts/mcp"
],
"env": {
"LIKERTS_API_URL": "https://likerts-api.onrender.com",
"LIKERTS_TOKEN": "",
"LIKERTS_COLLECTION_TOKEN": ""
}
}
}
}