This project is about the creation of an MCP server for a corporate project. It is based on FastMCP and a weather API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"weather_mcp_server": {
"command": "npx",
"args": [
"-y",
"Willcreamson/weather_mcp_server"
]
}
}
}
Run in terminal:
claude mcp add weather_mcp_server npx -y Willcreamson/weather_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"weather_mcp_server": {
"command": "npx",
"args": [
"-y",
"Willcreamson/weather_mcp_server"
]
}
}
}