mcp-place-intelligence-server

jrp54/mcp-place-intelligence-server
★ 0 stars Python 🔌 API Integration Updated 1d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-place-intelligen": {
      "command": "uvx",
      "args": [
        "mcp-place-intelligence-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-place-intelligence-server

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides real-time "place intelligence" — including weather, timezones, air quality, and astronomy data — via the [Open-Meteo API](https://open-meteo.com/). No API key required. The Model Context Protocol is an open standard that lets LLMs call out to external tools and data sources at runtime. Instead of relying on training data, a connected LLM can invoke tools on this server to fetch live, accurate information — li