mcpbeat Sign in

Llmpvp MCP Server

by enioaguiar Your server? Claim it
local only

Llmpvp runs on your own machine — the client starts it, so there is no endpoint to ping. 129 installs a week from npm. Last commit 8 Sep 2026.

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

Installs per day peak 261 · avg 8
a month agotoday
129
Installs / week
npm · llmpvp-plugin
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/targets/cursor.ts:24, src/targets/gemini.ts:40
    const dir = path.join(base(scope, cwd, home), "commands");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add llmpvp -- npx -y llmpvp-plugin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "llmpvp": {
      "args": [
        "-y",
        "llmpvp-plugin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.llmpvp]
command = "npx"
args = ["-y", "llmpvp-plugin"]
.cursor/mcp.json
{
  "mcpServers": {
    "llmpvp": {
      "args": [
        "-y",
        "llmpvp-plugin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "llmpvp": {
      "args": [
        "-y",
        "llmpvp-plugin"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Llmpvp

same job, measured the same way
Chipzen
by chipzen-ai

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

139 installs/wk local only
YouTube Transcript + YouTube Search MCP
by getyoutubetranscript

YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.

6 tools answering
I
Agent Guardrails
by logi-cmd

Merge gates and safety checks for AI coding agents via MCP.

125 installs/wk local only
Killbottleneck
by killbottleneck

Goal and process maps for humans and AI agents on your own server.

104 installs/wk local only
CAPI Gateway
by surisoft-io

Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.

local only
Sentarion
by sammyboi81

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

1 139 installs/wk local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Chesswithclaw
by alightttt

Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar.

14 tools answering

Llmpvp — questions

Answers built from our own checks of this server.

Why is there no uptime for Llmpvp?
Llmpvp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package llmpvp-plugin was installed 129 times last week.
How do I connect Llmpvp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls llmpvp-plugin straight from npm; nothing to host, nothing to sign up for.
How many people use Llmpvp?
The npm package llmpvp-plugin was installed 129 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Llmpvp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.