Skip to content
VS Code

tarot mcp for VS Code

io.github.mrfentmen/tarot-mcp

Draw tarot cards and read card meanings from the Tarot API. No key required.

client:VS Code transport:stdio runtime:npm

Install tarot mcp in VS Code

.vscode/mcp.json

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

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

tarot mcp in other clients