Provides weather-related tools using the US National Weather Service API.
This project is a demo implementation of a Model Context Protocol (MCP) server that provides weather-related tools. The server exposes two tools:
To install mcp-server-learn for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @adarshem/mcp-server-learn --client claude
Clone the repository:
git clone <repository-url>
cd weather
Install dependencies using pnpm
(as configured in the project):
pnpm install
Build the project:
pnpm build
Update your settings.json
file of VSCode to add this MCP server
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather/build/index.js"
]
}
}
}
Generates O'RLY? (O'Reilly parody) book covers.
An MCP server for accessing UPS shipping and logistics services.
A 3D Printing MCP server that allows for querying for live state, webcam snapshots, and 3D printer control.
PiAPI MCP server makes user able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps.
Detects Chinese mobile phone carriers, including China Mobile, China Unicom, China Telecom, and virtual operators.
A server for the scenario-word MCP, built with the mcp-framework.
MCP Server for DealX platform
Send Nano currency and retrieve account and block information using the Nano node RPC.
A TypeScript-based MCP server for interacting with the Etsy API, featuring a simple notes system.
Fulcra Context MCP server for accessing your personal health, workouts, sleep, location, and more, all privately. Built around Context by Fulcra.