OPanel MCP
OPanel MCP
OPanel MCP Server for AI agents
Description
opanel-mcp is a MCP server for OPanel. After connecting it to an AI agent, you can manage common Minecraft server tasks with simple prompts instead of manually clicking through the panel.
Related MCP server: bt-panel-mcp-server
Usage
Prerequisites
A running OPanel instance
An enabled OPanel MCP token
HTTPS access to your OPanel endpoint (required for non-local connections)
Node.js 18+ and npm
Getting Started
Follow the Official Docs to deploy OPanel.
Set up HTTPS for your OPanel endpoint.
Configure HTTPS with a reverse proxy (for example Nginx/Caddy) or another TLS solution.
This MCP server only allows:
https://...for remote hostshttp://localhostorhttp://127.0.0.1for local-only development
If your server URL is remote and not HTTPS, connection will be rejected.
In OPanel, open the MCP page, generate a new access token, and enable MCP.
Install the MCP server.
Add the following config to your MCP client, and modify the arguments to match your setup:
{
"mcpServer": {
"opanel": {
"command": "npx",
"args": [
"opanel-mcp@latest",
"--server", "...",
"--token", "..."
]
}
}
}Arguments:
--server: Your OPanel URL, such ashttps://example.com:3000--token: Your MCP Access Token generated in the MCP page
Development
You can run with MCP Inspector for local debugging:
npm run build
npm run devThis command reads SERVER and TOKEN from .env.
Security Notes
Treat the MCP token as a secret.
Do not commit tokens into Git.
Rotate the token in OPanel if you suspect leakage.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA demonstration MCP server for educational purposes, showcasing how to build and integrate MCP servers with LLM clients like Claude Desktop.Last updated1MIT
- AlicenseAqualityDmaintenanceThis MCP server enables AI assistants to interact with a BT Panel server through natural language, allowing users to query logs, manage websites, and monitor system status without manual panel login.Last updated9486MIT
- Alicense-qualityDmaintenanceMCP server for EasyPanel that enables AI agents to manage servers, projects, services, databases, and domains via 40 curated tools or raw tRPC access to all 347 API procedures.Last updated444MIT
- Alicense-qualityDmaintenanceAn MCP server that connects AI agents to Minecraft servers through RCON, enabling command execution, log monitoring, database queries, and plugin health checks.Last updated11MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/opanel-mc/opanel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server