By devlift
Manage your Seny workspace from your AI assistant. Exposes your agents, conversations, campaigns, sites, reports, and simulations as MCP tools, scoped to whatever your API key is allowed to do. The MCP server is bundled in .mcp.json and reads your key from ${SENY_API_KEY}.
This directory is a self-contained Claude Code plugin marketplace that publishes the Seny plugin — a one-command way to connect Claude Code (and other MCP clients) to the Seny account-management MCP server.
claude-plugin/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest (lists the seny plugin)
└── plugins/
└── seny/
├── .claude-plugin/
│ └── plugin.json # plugin manifest + bundled MCP server
└── README.md # end-user install instructions
The bundled MCP server points at https://app.seny.ai/api/v1/mcp and
reads the user's key from ${SENY_API_KEY} at connection time — the same
key minted by the in-app "Manage Seny from your AI" flow (Settings → API
keys). No secret is baked into the plugin.
/plugin marketplace add <owner>/<repo> looks for
.claude-plugin/marketplace.json at the repo root. So publish the
contents of this directory as the root of a dedicated public repo:
# from repo root
cd claude-plugin
git init && git add . && git commit -m "Seny Claude Code plugin"
gh repo create devlift/seny-mcp --public --source=. --push
Once it's live, the install commands in the dashboard connect flow and in plugins/seny/README.md work as-is:
/plugin marketplace add devlift/seny-mcp
/plugin install seny@seny
The marketplace repo slug (
devlift/seny-mcp) is referenced in the dashboard UI (ConnectAi'smarketplaceRepoprop) and in the plugin README. If you publish under a different slug, update both.
The only thing that can drift is the MCP endpoint URL. If
https://app.seny.ai/api/v1/mcp ever changes, update
plugins/seny/.claude-plugin/plugin.json here and re-push the published
repo.
External network access
Connects to servers outside your machine
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub devlift/seny-mcp --plugin senyHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin that includes the Figma MCP server and Skills for common workflows