io.github.kartegagithub/laviya-agent-skills MCP Server
io.github.kartegagithub/laviya-agent-skills
What is the io.github.kartegagithub/laviya-agent-skills MCP server?
Laviya AI Orchestration MCP runtime for IDE and agent integrations.
How to install io.github.kartegagithub/laviya-agent-skills
Copy-paste configuration for popular MCP clients.
LAVIYA_API_KEYrequiredsecretLaviya API key used for MCP runtime authentication.
LAVIYA_BASE_URLOptional base URL override for the Laviya API endpoint.
LAVIYA_AGENT_UIDOptional agent UID override for execution orchestration.
LAVIYA_LOG_LEVELOptional log level override (debug|info|warn|error).
LAVIYA_GLOBAL_CONFIG_PATHOptional path override for global runtime config (useful in sandboxed environments where home directory is not readable).
{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"-y",
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "<YOUR_LAVIYA_API_KEY>",
"LAVIYA_BASE_URL": "<YOUR_LAVIYA_BASE_URL>",
"LAVIYA_AGENT_UID": "<YOUR_LAVIYA_AGENT_UID>",
"LAVIYA_LOG_LEVEL": "<YOUR_LAVIYA_LOG_LEVEL>",
"LAVIYA_GLOBAL_CONFIG_PATH": "<YOUR_LAVIYA_GLOBAL_CONFIG_PATH>"
}
}
}
}{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"-y",
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "<YOUR_LAVIYA_API_KEY>",
"LAVIYA_BASE_URL": "<YOUR_LAVIYA_BASE_URL>",
"LAVIYA_AGENT_UID": "<YOUR_LAVIYA_AGENT_UID>",
"LAVIYA_LOG_LEVEL": "<YOUR_LAVIYA_LOG_LEVEL>",
"LAVIYA_GLOBAL_CONFIG_PATH": "<YOUR_LAVIYA_GLOBAL_CONFIG_PATH>"
}
}
}
}{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"-y",
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "<YOUR_LAVIYA_API_KEY>",
"LAVIYA_BASE_URL": "<YOUR_LAVIYA_BASE_URL>",
"LAVIYA_AGENT_UID": "<YOUR_LAVIYA_AGENT_UID>",
"LAVIYA_LOG_LEVEL": "<YOUR_LAVIYA_LOG_LEVEL>",
"LAVIYA_GLOBAL_CONFIG_PATH": "<YOUR_LAVIYA_GLOBAL_CONFIG_PATH>"
}
}
}
}{
"servers": {
"laviya-agent-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "<YOUR_LAVIYA_API_KEY>",
"LAVIYA_BASE_URL": "<YOUR_LAVIYA_BASE_URL>",
"LAVIYA_AGENT_UID": "<YOUR_LAVIYA_AGENT_UID>",
"LAVIYA_LOG_LEVEL": "<YOUR_LAVIYA_LOG_LEVEL>",
"LAVIYA_GLOBAL_CONFIG_PATH": "<YOUR_LAVIYA_GLOBAL_CONFIG_PATH>"
}
}
}
}claude mcp add laviya-agent-skills --env LAVIYA_API_KEY=<YOUR_LAVIYA_API_KEY> --env LAVIYA_BASE_URL=<YOUR_LAVIYA_BASE_URL> --env LAVIYA_AGENT_UID=<YOUR_LAVIYA_AGENT_UID> --env LAVIYA_LOG_LEVEL=<YOUR_LAVIYA_LOG_LEVEL> --env LAVIYA_GLOBAL_CONFIG_PATH=<YOUR_LAVIYA_GLOBAL_CONFIG_PATH> -- npx -y laviya-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.