weatherLinnannmaaMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weatherLinnannmaaMCPWhat's the weather in Linnannmaa today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Set up your environment
Install
uvand set up your Python project environment:curl -LsSf https://astral.sh/uv/install.sh | shCreate and set up your Python project:
# Create a new directory for our project uv init weather cd weather # Create virtual environment and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx # Create our server file touch weather.py
Related MCP server: smhi-mcp
Testing with claude desctop
Add mcpServers config to
~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": " /ABSOLUTE/PATH/TO/ uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weatherLinnanmaa",
"run",
"weather.py"
]
}
}
}Save the file, and restart Claude for Desktop.
VS-CodeAndgithubCo pilot
Testing from terminal MCP-server
Activate virtual enviroment it source .venv/bin/activate
source .venv/bin/activateKäynnistä MCP-serveri:
uv run weatherLinnanmaa.pyTestaa MCP-clientia:
python3 test_mcp_client.py
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MattiVenta-SiiliSolutionsOyj/weatherLinnannmaaMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server