C
Claude MCP Server
by @PHOENIXxXTM
A lightweight Model Context Protocol (MCP) server that provides real-time weather data to MCP-compatible clients. Built using Claude’s MCP framework, this server enables seamless weather queries and integration with AI agents and other MCP tools.
Created 11/11/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx claude-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"phoenixxxtm-claude-mcp-server": {
"command": "uvx",
"args": [
"claude-mcp-server"
]
}
}
}