Auto-discovered marketplace from tb0hdan/llmse-plugin
npx claudepluginhub tb0hdan/llmse-pluginLLMSE integration plugin for Claude
A plugin and marketplace package that integrates LLMSE.AI content classification and analysis capabilities directly into Claude and Cursor.
This repository provides LLMSE.AI plugins for multiple AI coding assistants:
llmse-plugin/
├── .claude-plugin/
│ └── marketplace.json # Claude marketplace registry metadata
├── .cursor-plugin/
│ └── marketplace.json # Cursor marketplace registry metadata
├── providers/
│ ├── claude/
│ │ └── plugin/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Claude plugin definition
│ │ └── .mcp.json # MCP server configuration
│ └── cursor/
│ └── plugin/
│ ├── .cursor-plugin/
│ │ └── plugin.json # Cursor plugin definition
│ └── mcp.json # MCP server configuration
└── LICENSE # BSD 3-Clause
Install from the Claude plugin marketplace by searching for llmse, or install directly from this repository:
https://github.com/tb0hdan/llmse-plugin
Install from the Cursor plugin marketplace by searching for llmse, or install directly from this repository.
Once installed, the plugin connects to the LLMSE.AI MCP server automatically. No additional configuration is required.
The plugin registers an HTTP-based MCP server pointing to https://llmse.ai/mcp. When the AI assistant invokes LLMSE tools, requests are sent to the remote service, and results are returned directly into the conversation context.
BSD 3-Clause. See LICENSE for details.