Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyssna

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.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Lyssna.
  3. Click Install, then complete the Lyssna sign-in prompt.

Or run /add-plugin lyssna in chat.

MCP

{
  "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.

Notes

  • 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.

Docs

License

MIT

About

Lyssna plugin for the Cursor marketplace: connect agents to the Lyssna MCP server

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors