tools mcp for VS Code
io.github.first-ch/tools-mcp
MCP tools: WCAG contrast, JP char/X-weight count, WebP convert, JSON-LD, llms.txt.
client:VS Code
transport:stdio
runtime:npm
Install tools mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "firstch-tools-usage-log",
"description": "FIRSTCH_TOOLS_USAGE_LOG",
"password": true
}
],
"servers": {
"tools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@first-ch/tools-mcp"
],
"env": {
"FIRSTCH_TOOLS_USAGE_LOG": "${input:firstch-tools-usage-log}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs