pipeworx-io/mcp-nobel
MCP server for Nobel Prize data — laureates and prizes by year and category
Platform-specific configuration:
{
"mcpServers": {
"mcp-nobel": {
"command": "npx",
"args": [
"-y",
"mcp-nobel"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Nobel MCP — wraps the Nobel Prize API v2 (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"nobel": {
"url": "https://gateway.pipeworx.io/nobel/mcp"
}
}
}Or use the CLI:
npx pipeworx use nobelMIT
Loading reviews...