
Laviya Agent Skills
Run Laviya’s hosted agent orchestration from your IDE so Claude Code or Cursor can execute Laviya-managed workflows with API-authenticated MCP.
Overview
Laviya agent-skills MCP is a Build-phase AI orchestration MCP server that connects IDE agents to the Laviya runtime using API-key auth.
What is this MCP server?
- stdio npm laviya-mcp-server (registry v0.1.9)
- LAVIYA_API_KEY required for MCP runtime authentication
- Optional LAVIYA_BASE_URL, LAVIYA_AGENT_UID, LAVIYA_LOG_LEVEL overrides
- Positions as Laviya AI Orchestration MCP for IDE and agent integrations
- GitHub: kartegagithub/laviya-agent-skills
- Published version 0.1.9
- Package: laviya-mcp-server on npm
- Four documented environment variables (one required API key)
What problem does it solve?
You use Laviya for orchestration but your daily coding agent cannot reach those workflows without bouncing between dashboards and manual API calls.
Who is it for?
Builders already on Laviya who want Claude Code or Cursor to trigger hosted agent workflows from the same MCP config as other tools.
Skip if: Developers who want fully offline, self-hosted agent runtimes with no Laviya API dependency.
What do I get? / Deliverables
After registration, your IDE agent invokes Laviya orchestration through stdio MCP with configurable agent UID and logging.
- IDE-triggered Laviya orchestration runs via MCP
- Configurable API endpoint and agent targeting through env vars
- Unified agent-tooling alongside other MCP servers
Recommended MCP Servers
Journey fit
How it compares
Hosted orchestration MCP bridge, not a local skill markdown pack or a generic filesystem MCP.
Common Questions / FAQ
Who is Laviya MCP for?
Indie builders and small teams standardized on Laviya orchestration who code in MCP-enabled IDEs and want one integration path for execution.
When should I use Laviya MCP?
Use it during Build when you wire agent-tooling and need the coding assistant to run Laviya-managed agents instead of re-implementing flows locally.
How do I add Laviya MCP to my agent?
Obtain LAVIYA_API_KEY from Laviya, install laviya-mcp-server via npm, set required and optional env vars, and add the stdio server entry in Claude Code or Cursor.