This is a simple MCP server written in Python that you can fork and use to learn.
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-a": {
"command": "npx",
"args": [
"-y",
"oalbad/weather-mcp-server-and-webclient"
]
}
}
}
Run in terminal:
claude mcp add weather-mcp-server-a npx -y oalbad/weather-mcp-server-and-webclient
Add to .cursor/mcp.json:
{
"mcpServers": {
"weather-mcp-server-a": {
"command": "npx",
"args": [
"-y",
"oalbad/weather-mcp-server-and-webclient"
]
}
}
}