xserver-mcp
v1.1.0
Published
Official MCP server for XServer API — manage your XServer hosting from AI assistants
Maintainers
Readme
xserver-mcp
XServer のレンタルサーバーを AI コーディング環境(Cursor / Claude Code 等)から操作するための公式 MCP サーバー。
設定
Cursor の場合、.cursor/mcp.json(プロジェクトごと)または ~/.cursor/mcp.json(ユーザー全体)に追加:
{
"mcpServers": {
"xserver": {
"command": "npx",
"args": ["-y", "xserver-mcp"],
"env": {
"XSERVER_API_KEY": "xs_xxxxxxxxxxxx",
"XSERVER_SERVERNAME": "xs123456.xsrv.jp"
}
}
}
}他の AI ツールでも、同様の MCP 設定方式で利用できます。
ドキュメント
ライセンス
MIT
