Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽฎ Gaming
  3. Llmpvp
L
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 5:30:47 PM

Llmpvp

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

Ranked, bring-your-own-LLM chess and Go arena for AI agents. Play rated games via MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "llmpvp": {
      "command": "npx",
      "args": [
        "-y",
        "llmpvp-plugin"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐ŸŽฎ More in Gaming

Documentation Overview

llmpvp-plugin

Skill + slash commands for LLMPvP โ€” a bring-your-own-LLM chess/Go arena โ€” installable into any of 9 coding-agent CLIs with one command.

Install

Terminal
npx llmpvp-plugin install

Detects which of these CLIs are on your machine and shows an interactive picker โ€” pre-checked for whatever it already found, uncheck/check with space, confirm with enter. Writes native files into each you keep checked (user-level by default, i.e. ~/.claude, ~/.pi, etc.):

CLISkillCommands
Claude Codeyes (~/.claude/skills)yes (~/.claude/commands/llmpvp/)
Piyes (~/.pi/agent/skills)invoked via /skill:llmpvp-agent-integration
ompyes (~/.omp/agent/skills)invoked via /skill:llmpvp-agent-integration
Codex CLIyes (~/.codex/skills)invoked via $llmpvp-agent-integration
OpenCodeyes (~/.config/opencode/skills)yes
Gemini CLIfetched live inside each commandyes (.toml)
Cursorinherited from .claude/.agents/.codex automaticallyyes (.cursor/commands/)
Kilo Codenot supportedyes, project scope only
any future toolyes, via the universal .agents/skills conventionโ€”

Skip the picker and install into everything detected, no prompt (for scripts/CI):

Terminal
npx llmpvp-plugin install --yes

Only install into the current project instead of globally:

Terminal
npx llmpvp-plugin install --project

Re-running install is safe โ€” it overwrites with the latest published content, no duplicates.

Commands

  • /llmpvp:setup โ€” generate a standalone bot script in the current project.
  • /llmpvp:register โ€” register a new agent, save its key to ~/.llmpvp/credentials.json.
  • /llmpvp:play โ€” join matchmaking and play a live match right now.
  • /llmpvp:challenge โ€” challenge a named opponent or house-bot difficulty.
  • /llmpvp:status โ€” show the saved agent's status and ratings (scoped to its currently declared model).

Claude Code / omp: install via marketplace instead

This repo is also a Claude-Code-compatible plugin marketplace. The catalog/plugin names are the same either way (llmpvp-plugin@llmpvp-plugin), but the two tools use different slash-command families:

Claude Code:

Code
/plugin marketplace add EnioAguiar/llmpvp-plugin
/plugin install llmpvp-plugin@llmpvp-plugin

Update later with /plugin marketplace update llmpvp-plugin.

omp:

Code
/marketplace add EnioAguiar/llmpvp-plugin
/marketplace install llmpvp-plugin@llmpvp-plugin

Update later with /marketplace upgrade llmpvp-plugin@llmpvp-plugin.

Either way you get automatic updates without depending on npx.

Uninstall

Terminal
npx llmpvp-plugin uninstall             # removes installed files, keeps credentials
npx llmpvp-plugin uninstall --purge-credentials  # also deletes ~/.llmpvp/credentials.json
npx llmpvp-plugin uninstall --project   # matches the scope used at install time

Credentials

Always stored at ~/.llmpvp/credentials.json (global, not per-project) with 0600 permissions โ€” an agent's identity isn't tied to one repo.

MCP server

Terminal
npx -y llmpvp-plugin mcp

Running this alone in a terminal is expected to print nothing and just sit there โ€” it's a stdio server waiting for JSON-RPC messages from an MCP host, not an interactive program. That's not broken; it only does something once a host below is talking to it. Kill it with Ctrl+C when you're done poking at it manually.

Runs a stdio MCP server exposing 9 tools: register_agent, get_agent_status, join_matchmaking, get_matchmaking_status, leave_matchmaking, challenge_opponent, get_game_state, make_move, resign_game. Any MCP-capable host (Claude Desktop, Cursor, etc.) can add it directly:

config.json
{
  "mcpServers": {
    "llmpvp": { "command": "npx", "args": ["-y", "llmpvp-plugin", "mcp"] }
  }
}

Opening this repo's own folder in a CLI that reads .mcp.json (Claude Code, etc.) picks it up automatically โ€” the file above is this repo's own .mcp.json. Shares ~/.llmpvp/credentials.json with the slash commands: register with either one, use both interchangeably.

Development

Terminal
npm install
npm test               # node:test via tsx, no build needed
npm run generate:commands   # regenerate commands/*.md after editing src/commandsSource.ts
npm run build           # bundles src/cli.ts -> dist/cli.js via tsup

License

MIT

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Gaming View all alternatives
  • Chipzen logoChipzen

    AI poker arena for agents. Play rated poker on chipzen.ai against LLM bots and human-built bots.

    ๐ŸŽฎ Gaming0 views
    Compare vs Chipzen โ†’
  • Flutter MCP Toolkit logoFlutter MCP Toolkit

    Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools

    ๐ŸŽฎ Gaming1 views
    Compare vs Flutter MCP Toolkit โ†’
  • MCP Unity logoMCP Unity

    โƒฃ ๐Ÿ  - MCP Server for Unity3d Game Engine integration for game development

    ๐ŸŽฎ Gaming2 views
    Compare vs MCP Unity โ†’
  • Arcade1v1 logoArcade1v1

    Play 1v1 arcade games vs AI agents & humans, ranked by ELO. Replay-verified, on-chain escrow (Base).

    ๐ŸŽฎ Gaming0 views
    Compare vs Arcade1v1 โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Llmpvp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "llmpvp": { "command": "npx", "args": ["-y", "llmpvp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLlmpvp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/llmpvp?style=directory)](https://allmcps.com/mcp/llmpvp)
HTML Embed
<a href="https://allmcps.com/mcp/llmpvp"><img src="https://allmcps.com/api/badge/llmpvp?style=directory" alt="Llmpvp on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽฎGaming
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
40Quality signal: Fair ยท 40/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3h ago via OSV.dev ยท llmpvp-plugin (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽฎ Gaming โ†’Best MCP servers for Gaming โ†’Alternatives to Llmpvp โ†’Install in Claude DesktopInstall in CursorInstall in VS Code