mcpbeat Sign in

Laviya Agent Skills MCP Server

by kartegagithub Your server? Claim it
local only

Laviya Agent Skills runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 6 Aug 2026.

Laviya AI Orchestration MCP runtime for IDE and agent integrations.

Installs per day peak 40 · avg 9 · -2% w/w
a month agotoday
61
Installs / week
npm · laviya-mcp-server
0
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Laviya Agent Skills every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add laviya-agent-skills -- npx -y laviya-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "laviya-agent-skills": {
      "args": [
        "-y",
        "laviya-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.laviya-agent-skills]
command = "npx"
args = ["-y", "laviya-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "laviya-agent-skills": {
      "args": [
        "-y",
        "laviya-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "laviya-agent-skills": {
      "args": [
        "-y",
        "laviya-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LAVIYA_API_KEY (Laviya API key used for MCP runtime authentication.), LAVIYA_BASE_URL (Optional base URL override for the Laviya API endpoint.), LAVIYA_AGENT_UID (Optional agent UID override for execution orchestration.), LAVIYA_LOG_LEVEL (Optional log level override (debug|info|warn|error).), LAVIYA_GLOBAL_CONFIG_PATH (Optional path override for global runtime config (useful in sandboxed environments where home directory is not readable).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Laviya Agent Skills

same job, measured the same way
Agent Interop Runtime
by praket7

A capability graded local MCP runtime for Freebuff, Codex, OpenCode, and Claude Code sessions.

329 installs/wk local only
Rocketsloth
by rocketsloth

Website monetization for AI agents: apply, integrate ads, reporting, and payouts — all over MCP.

14 tools answering
Secureflows MCP Server
by michal-lefler

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

18 tools answering
Secureflows MCP
by michal-lefler

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

18 tools answering
Huntress
by wyre-ai

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Huntress
by wyre-technology

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
TraceWeave
by gokeshenzhen

Portable MCP runtime for RTL logs and VCD; repository setup adds FSDB and site EDA integration

236 installs/wk local only
NEAT
by neat-technologies

Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.

1 757 installs/wk local only

Laviya Agent Skills — questions

Answers built from our own checks of this server.

Why is there no uptime for Laviya Agent Skills?
Laviya Agent Skills runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package laviya-mcp-server was installed 61 times last week.
How do I connect Laviya Agent Skills?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls laviya-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Laviya Agent Skills?
The npm package laviya-mcp-server was installed 61 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Laviya Agent Skills open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.