
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
MCP server for testing Minecraft plugins: drives a real Paper server and real protocol bots from an AI agent.
MCP server for testing Minecraft plugins. Drives a real Paper/Purpur server and real protocol bots from an AI agent, so a plugin can be tested end to end without opening the game.
This package is the launcher. It fetches the jars it needs on first run and speaks stdio to your MCP client — it is not the whole product on its own: the agent is a Paper plugin, and it goes on the Minecraft server.
claude mcp add vitaminmcp -- npx -y vitaminmcp
Or in .mcp.json, claude_desktop_config.json, or whatever your client calls it:
{
"mcpServers": {
"vitaminmcp": {
"command": "npx",
"args": ["-y", "vitaminmcp"]
}
}
}
Then, in Claude Code, /mcp__vitaminmcp__setup walks through the other half — putting
VitaminMCP.jar in the server's plugins/, restarting it, and connecting. Or just ask:
Prompt: Set up VitaminMCP on my Minecraft server at ~/servers/test and connect to it.
Once the plugin is running, session_start needs no arguments for a server on this machine: the
agent leaves its host, ports and token where this server reads them.
Player objectsJAVA_HOME at it, or have
java on PATHVitaminMCP.jar in its plugins/JAVA_HOME | the JDK to run the jars with |
VITAMINMCP_HOME | where jars and agent handshakes are kept. Default ~/.vitaminmcp |
VITAMINMCP_TOKEN | an agent token, for a server that leaves no local handshake |
VITAMINMCP_SERVER_JAR | run this mcp-server.jar instead of a downloaded one |
VITAMINMCP_RUNNER_JAR | use this runner path instead of automatic selection |
VITAMINMCP_NODE | Node executable for the source runner fallback |
VITAMINMCP_NODE_RUNNER | bundled runner.mjs path when Node is available |
On first run, from the GitHub release
matching this package's version, into ~/.vitaminmcp/jars/<version>/:
mcp-server.jar (~2 MB) — waited for, since nothing works without itwin-x64, linux-x64, linux-arm64, darwin-x64 or
darwin-arm64), checked against a SHA-256 pinned into this packageBoth are checked against a SHA-256 pinned into this package at publish time. A file that does not match is deleted rather than run.
Full documentation, design notes and the plugin itself: github.com/Backas03/VitaminMCP-minecraft
MIT.
FAQs
MCP server for testing Minecraft plugins: drives a real Paper server and real protocol bots from an AI agent.
We found that vitaminmcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.