Skip to content
VS Code

wiktionary mcp for VS Code

io.github.mrfentmen/wiktionary-mcp

Look up word definitions and etymology from Wiktionary. No key required.

client:VS Code transport:stdio runtime:npm

Install wiktionary mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "wiktionary-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wiktionary-mcp"
      ]
    }
  }
}

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

wiktionary mcp in other clients