mcpbeat Sign in

Rainviewer MCP Server

local only

Rainviewer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

RainViewer radar tile timelines.

Installs / week
npm · rainviewer-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rainviewer MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rainviewer-mcp -- npx -y rainviewer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rainviewer-mcp": {
      "args": [
        "-y",
        "rainviewer-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rainviewer-mcp]
command = "npx"
args = ["-y", "rainviewer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rainviewer-mcp": {
      "args": [
        "-y",
        "rainviewer-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rainviewer-mcp": {
      "args": [
        "-y",
        "rainviewer-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rainviewer MCP

same job, measured the same way
Pixelfed MCP
by mrfentmen

Pixelfed instance API: instance info and public timelines.

local only
AIsa X / Twitter
by aisa

Profiles, timelines, followers, replies, quotes, communities, lists and trends.

answering
TwtAPI
by tonygjj

Hosted Twitter/X tools for search, users, timelines, followers, trends, and research.

answering
Shippost MCP
by ryankramer

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage

57 installs/wk local only
Twitterapi MCP Server
by kaitoinfra

Twitter/X read-only MCP server — 12 tools: search, users, tweets, followers, timelines, trends.

12 tools answering
Fify
by renfei-design

Turn grounded AI answers into trusted comparisons, plans, timelines, and decision views.

2 tools answering
Vidmoat
by vidmoat

AI video editor: create projects, edit timelines, add captions and effects, and render videos.

answering
Whale Data
by coinlobster

Real-time whale trades, Smart Money Radar, market snapshots, news sentiment, signal outcomes.

28 installs/wk 54 tools answering

Rainviewer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Rainviewer MCP?
Rainviewer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rainviewer-mcp.
How do I connect Rainviewer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rainviewer-mcp straight from npm; nothing to host, nothing to sign up for.
Is Rainviewer MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.