What is the io.github.jonradoff/lastsaas MCP server?
Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.
How to install io.github.jonradoff/lastsaas
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LASTSAAS_URLrequiredBase URL of the LastSaaS instance (e.g., https://your-app.fly.dev or http://localhost:4290)
LASTSAAS_API_KEYrequiredsecretRoot-tenant API key with admin authority (starts with lsk_). Create in Admin → API Keys.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lastsaas": {
"command": "https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpb",
"args": [],
"env": {
"LASTSAAS_URL": "<YOUR_LASTSAAS_URL>",
"LASTSAAS_API_KEY": "<YOUR_LASTSAAS_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lastsaas": {
"command": "https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpb",
"args": [],
"env": {
"LASTSAAS_URL": "<YOUR_LASTSAAS_URL>",
"LASTSAAS_API_KEY": "<YOUR_LASTSAAS_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lastsaas": {
"command": "https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpb",
"args": [],
"env": {
"LASTSAAS_URL": "<YOUR_LASTSAAS_URL>",
"LASTSAAS_API_KEY": "<YOUR_LASTSAAS_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lastsaas": {
"type": "stdio",
"command": "https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpb",
"args": [],
"env": {
"LASTSAAS_URL": "<YOUR_LASTSAAS_URL>",
"LASTSAAS_API_KEY": "<YOUR_LASTSAAS_API_KEY>"
}
}
}
}Claude Code
claude mcp add lastsaas --env LASTSAAS_URL=<YOUR_LASTSAAS_URL> --env LASTSAAS_API_KEY=<YOUR_LASTSAAS_API_KEY> -- https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpbRelated MCP servers
AI-native CMS with 41 MCP tools for managing websites through natural language.
View repository →