

On this server all user data, villages, clans, and progress will be permanently deleted on the 1st of every month at midnight UTC. Time Until Next Reset:
This server for TheNinja-RPG supports the Model Context Protocol (MCP), allowing AI assistants like Claude, ChatGPT, and Cursor to interact with the game on your behalf. Let your AI agent train your ninja, manage your village, engage in combat, and more - all through natural language conversations with your AI assistant.
https://www.theninja-rpg.ai/api/mcpAdd the MCP server using the Claude Code CLI command:
claude mcp add --transport http theninja-rpg https://www.theninja-rpg.ai/api/mcpAdd to your Claude Desktop configuration file (claude_desktop_config.json):
{
"mcpServers": {
"theninja-rpg": {
"url": "https://www.theninja-rpg.ai/api/mcp"
}
}
}Add to your MCP settings in the editor's configuration:
{
"mcp": {
"servers": {
"theninja-rpg": {
"url": "https://www.theninja-rpg.ai/api/mcp"
}
}
}
}Add the MCP server using the Codex CLI command:
codex mcp add theninja-rpg --url https://www.theninja-rpg.ai/api/mcpOr add to your ~/.codex/config.toml:
[mcp_servers.theninja-rpg] url = "https://www.theninja-rpg.ai/api/mcp"
In ChatGPT, workspace admins can add MCP servers via workspace settings. Add the following streamable HTTP server URL:
https://www.theninja-rpg.ai/api/mcpGo to Settings → Connected Apps → Add MCP Server, then paste the URL above.
When you first connect, you'll be prompted to authenticate with your TheNinja-RPG account via Clerk OAuth. This allows the AI assistant to perform actions on your behalf securely.