dictionary mcp for VS Code
io.github.mrfentmen/dictionary-mcp
Dictionary definitions and word of the day (DictionaryAPI).
client:VS Code
transport:stdio
runtime:npm
Install dictionary mcp in VS Code
.vscode/mcp.json
{
"servers": {
"dictionary-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dictionary-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs