Simple Weather MCP in Type Script
Node tutorial based on the Quickstart guide https://modelcontextprotocol.io/quickstart/server#core-mcp-concepts
Claude Desktop:Type in: How is the weather in Redmond (Microsoft)?
- Build the server:
npm run build
- Run the server:
npm run start
- Run the inspector + server:
npx @modelcontextprotocol/inspector node build/index.js

- Add the server to Claude Desktop (MacOS) in file
~/.claudia/claude_desktop_config.json:
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/Users/ma3u/projects/weather/build/index.js"
]
}
}
}
- Restart Claude Desktop.
Recommend MCP Servers 💡
MCP-server-Deepseek_R1
An MCP server connecting Claude Desktop with DeepSeek's R1/V3 language models for enhanced reasoning capabilities.
@growi/mcp-server
A Model Context Protocol (MCP) server that connects AI models to GROWI wiki content. Enables LLMs to search and retrieve information from your organization's knowledge base for accurate, context-aware responses.
deepview-mcp
A Model Context Protocol server enabling IDEs to analyze large codebases using Gemini's context window.
things-mcp
A Model Context Protocol (MCP) server that provides seamless integration with the Things productivity app.
TrueNasCoreMCP
Control TrueNAS Core system using natural language through MCP clients like Claude Desktop
@kontent-ai/mcp-server
Official Kontent.ai MCP server enabling AI tools to interact with Kontent.ai content management via Model Context Protocol.