Cursor plugin that connects agents to Lyssna through the official Lyssna Model Context Protocol server.
Explore study results, summarize responses, search across transcripts, and answer questions about your research from chat.
- Open Cursor Settings → Plugins.
- Search for Lyssna.
- Click Install, then complete the Lyssna sign-in prompt.
Or run /add-plugin lyssna in chat.
{
"mcpServers": {
"lyssna": {
"type": "http",
"url": "https://mcp.lyssna.com/mcp",
"auth": {
"CLIENT_ID": "lyssna-cursor"
}
}
}
}Auth is OAuth 2.0 with PKCE against your Lyssna account. The client ID above is a pre-registered public client, so there is no secret to configure; Cursor opens the Lyssna consent screen when the plugin connects.
- The Lyssna MCP is available on paid plans. An account admin can turn it off for the whole account from Settings → Feature access.
- Tool calls run as the Lyssna user who authorizes the connection and can only read what that user can see.
- Access is read-only. Disconnect at any time from Settings → Profile → Lyssna MCP in Lyssna.
- Lyssna MCP guide: https://help.lyssna.com/en/articles/16071364-lyssna-mcp-server-beta
- Server URL: https://mcp.lyssna.com/mcp
MIT