ark-nitrado-mcp

ark-nitrado-mcp

An MCP server that lets Claude check your Nitrado-hosted ARK server: live status, settings, and files without using the web panel.

Category
Visit Server

README

ark-nitrado-mcp

An MCP server that lets Claude check your own Nitrado-hosted ARK: Survival Ascended / Evolved server: live status, configured settings, and server files — without you having to dig through the Nitrado web panel yourself.

This is a companion to ark-wiki-mcp (general ARK game knowledge). This one is specific to your server and requires your own Nitrado credentials — nothing server-specific is bundled in this repo.

Tools

  • list_services() — list all services on your Nitrado account with their service_id, to find which one is your ARK server.
  • get_server_status(service_id?) — online/offline, IP/port, slots, game version.
  • get_server_settings(service_id?, reveal_passwords?) — server rates, difficulty, PvE/PvP, mods, and other config, as reported by Nitrado's API. Passwords are masked by default.
  • list_server_files(path, service_id?) — browse files on the server's storage.
  • read_server_file(path, service_id?) — read a specific file's raw contents, e.g. arksa/ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini.

service_id is optional on every tool if you configure a default one at install time.

Setup

  1. Get a Nitrado API token: log into nitrado.net → account menu → Developer PortalLong-life tokens → enable the service permission → generate a token.

    Changing your Nitrado account password revokes all existing tokens.

  2. Install the plugin:
    /plugin marketplace add chelseyklein/ark-nitrado-mcp
    /plugin install ark-nitrado-mcp@ark-nitrado-mcp
    
    You'll be prompted for the token (stored in your system keychain, never written to disk in plain text or committed anywhere) and, optionally, your server's service_id. If you don't know your service_id yet, leave it blank and ask Claude to run list_services() once the plugin is installed.

Requires Python 3.10+ available as python on your PATH. Dependencies (requests, mcp) install automatically on first run.

Security notes

  • Your token and service ID live only in your local Claude Code config/keychain — never in this repo.
  • get_server_settings masks password-like fields by default; pass reveal_passwords=true explicitly if you need to see them.
  • The account behind the token should be treated like any other credential: don't paste it into chat, tickets, or logs.

How it works

Talks directly to Nitrado's REST API (api.nitrado.net) using a bearer token — no FTP/SFTP required, since Nitrado exposes a file-manager endpoint over the same API for reading server files.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured