1

1Panel

Enables server administrators to manage websites, databases, SSL certificates, and applications through 1Panel's server management capabilities without switchin

1Panel·No reviews yet
Repo
Share:

About

Enables server administrators to manage websites, databases, SSL certificates, and applications through 1Panel's server management capabilities without switching contexts.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install 1Panel

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "1panel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1panel"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "1panel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1panel"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "1panel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1panel"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.