loading…
Search for a command to run...
loading…
A MCP server integrated with the OPanel server management panel, enabling LLM-assisted management of Minecraft servers.
A MCP server integrated with the OPanel server management panel, enabling LLM-assisted management of Minecraft servers.
OPanel MCP Server for AI agents
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.
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.
[!IMPORTANT] This MCP server only allows:
https://...for remote hostshttp://localhostorhttp://127.0.0.1for local-only developmentIf 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 as https://example.com:3000--token: Your MCP Access Token generated in the MCP pageYou can run with MCP Inspector for local debugging:
npm run build
npm run dev
This command reads SERVER and TOKEN from .env.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"opanel-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also