Nobel Prize MCP Server

Nobel Prize MCP Server

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.

Category
Visit Server

README

<p align="center"> <img src="packages/nobel-prize-vscode-extension/logo.png" alt="Nobel Prize MCP Server" width="128" /> </p>

<h1 align="center">Nobel Prize MCP Server</h1>

CI License: MIT Node.js

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
nobel-prize-mcp-server Standalone MCP server (stdio) npm
nobel-prize-vscode-extension VS Code extension with built-in MCP server VS Code

šŸ› ļø Tools (8 Total)

Tool Description
nobel_get_laureate Get laureate bio, prizes, motivation, and affiliations by name or ID
nobel_search_laureates Search laureates by name, gender, country, category, or year range
nobel_get_prizes Search prizes by category, year, or year range
nobel_get_prize_by_year Get all prizes awarded in a specific year
nobel_list_categories List all 6 categories with statistics
nobel_get_category_stats Detailed stats for a specific category (decade breakdown)
nobel_get_country_stats Nobel Prize rankings by country
nobel_get_trends 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.

→ Extension Setup Guide

Option B: Standalone MCP Server

npx nobel-prize-mcp-server

→ Server Setup Guide

šŸ  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 ci

Available Scripts

Script Description
pnpm run build Build all packages
pnpm run dev Run MCP server in dev mode
pnpm run test Run all tests
pnpm run test:coverage Tests with V8 coverage
pnpm run lint / lint:fix ESLint with security rules
pnpm run typecheck TypeScript type checking
pnpm run format / format:fix Prettier formatting
pnpm run package Create npm tarball + VSIX
pnpm run ci Full CI: typecheck → lint → test → format → build

šŸ“„ License

MIT Ā© bhayanak

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured