Nobel Prize MCP Server
A Model Context Protocol (MCP) server that gives AI assistants structured access to the Nobel Prize API v2.1. Query laureates, prizes, categories, country stats, and historical trends spanning 1901 to present across all six prize categories.
Available as both a standalone MCP server (npm) and a VS Code extension with automatic MCP integration.
🏗️ Packages
Package | Description | Links |
Standalone MCP server (stdio) | ||
VS Code extension with built-in MCP server |
🛠️ Tools (8 Total)
Tool | Description |
| Get laureate bio, prizes, motivation, and affiliations by name or ID |
| Search laureates by name, gender, country, category, or year range |
| Search prizes by category, year, or year range |
| Get all prizes awarded in a specific year |
| List all 6 categories with statistics |
| Detailed stats for a specific category (decade breakdown) |
| Nobel Prize rankings by country |
| Historical trends: age, gender, shared prizes, country shifts |
⚡ Quick Start
Option A: VS Code Extension (Recommended)
Install from the VS Code Marketplace — the MCP server starts automatically with full start/stop/restart controls.
Option B: Standalone MCP Server
npx nobel-prize-mcp-server🏠 Development
# Clone and install
git clone https://github.com/bhayanak/nobel-prize-mcp-server.git
cd nobel-prize-mcp-server
pnpm install
# Build all packages
pnpm run build
# Run tests (64 tests, 99%+ coverage)
pnpm run test:coverage
# Full CI pipeline
pnpm run ciAvailable Scripts
Script | Description |
| Build all packages |
| Run MCP server in dev mode |
| Run all tests |
| Tests with V8 coverage |
| ESLint with security rules |
| TypeScript type checking |
| Prettier formatting |
| Create npm tarball + VSIX |
| Full CI: typecheck → lint → test → format → build |
📄 License
MIT © bhayanak
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhayanak/nobel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server