Skip to content
Cursor

tetriswiki mcp for Cursor

io.github.mrfentmen/tetriswiki-mcp

Use this MCP server to the Tetris wiki, covering every game, piece, and technique in the...

client:Cursor transport:stdio runtime:npm

Install tetriswiki mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tetriswiki-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tetriswiki-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tetriswiki mcp in other clients