Skip to content
VS Code

valorant mcp for VS Code

io.github.mrfentmen/valorant-mcp

Agents, maps, and weapons from the Valorant community API. No key required.

client:VS Code transport:stdio runtime:npm

Install valorant mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "valorant-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/valorant-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

valorant mcp in other clients