VitaminMCP for Cursor
io.github.backas03/vitaminmcp
Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.
client:Cursor
transport:stdio
runtime:npm
Install VitaminMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vitaminmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vitaminmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs