nobel mcp for VS Code
io.github.mrfentmen/nobel-mcp
Nobel Prize laureates, prizes, and years from the official Nobel API. No key required.
client:VS Code
transport:stdio
runtime:npm
Install nobel mcp in VS Code
.vscode/mcp.json
{
"servers": {
"nobel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nobel-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs