Smarter Weather Developer Onboarding
Rank #20,415io.github.smarterweather/onboarding
Agent-first onboarding to Smarter Weather: plans, docs, signup, API keys, MCP config, billing.
Smarter Weather Developer Onboarding is a Model Context Protocol (MCP) server published by smarterweather. It ranks #20,415 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Smarter Weather Developer Onboarding is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 95,176 of 115,591 servers on MCP Toplist.
Use Smarter Weather Developer Onboarding
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http onboarding https://mcp.developers.smarterweather.com/claude mcp add onboarding -e "SMARTERWEATHER_ONBOARDING_AUTH=<your SMARTERWEATHER_ONBOARDING_AUTH>" -e "SMARTERWEATHER_ONBOARDING_MCP_URL=<your SMARTERWEATHER_ONBOARDING_MCP_URL>" -- npx -y @smarterweather/mcp-onboardingReplace each placeholder with your own value before saving.
[mcp_servers.onboarding]
url = "https://mcp.developers.smarterweather.com/"Add to ~/.codex/config.toml.
[mcp_servers.onboarding]
command = "npx"
args = ["-y", "@smarterweather/mcp-onboarding"]
[mcp_servers.onboarding.env]
SMARTERWEATHER_ONBOARDING_AUTH = "<your SMARTERWEATHER_ONBOARDING_AUTH>"
SMARTERWEATHER_ONBOARDING_MCP_URL = "<your SMARTERWEATHER_ONBOARDING_MCP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.developers.smarterweather.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"onboarding": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-onboarding"
],
"env": {
"SMARTERWEATHER_ONBOARDING_AUTH": "<your SMARTERWEATHER_ONBOARDING_AUTH>",
"SMARTERWEATHER_ONBOARDING_MCP_URL": "<your SMARTERWEATHER_ONBOARDING_MCP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onboarding": {
"url": "https://mcp.developers.smarterweather.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"onboarding": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-onboarding"
],
"env": {
"SMARTERWEATHER_ONBOARDING_AUTH": "<your SMARTERWEATHER_ONBOARDING_AUTH>",
"SMARTERWEATHER_ONBOARDING_MCP_URL": "<your SMARTERWEATHER_ONBOARDING_MCP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"onboarding": {
"type": "http",
"url": "https://mcp.developers.smarterweather.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"onboarding": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-onboarding"
],
"env": {
"SMARTERWEATHER_ONBOARDING_AUTH": "<your SMARTERWEATHER_ONBOARDING_AUTH>",
"SMARTERWEATHER_ONBOARDING_MCP_URL": "<your SMARTERWEATHER_ONBOARDING_MCP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onboarding": {
"serverUrl": "https://mcp.developers.smarterweather.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"onboarding": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-onboarding"
],
"env": {
"SMARTERWEATHER_ONBOARDING_AUTH": "<your SMARTERWEATHER_ONBOARDING_AUTH>",
"SMARTERWEATHER_ONBOARDING_MCP_URL": "<your SMARTERWEATHER_ONBOARDING_MCP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onboarding": {
"url": "https://mcp.developers.smarterweather.com/"
}
}
}{
"mcpServers": {
"onboarding": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-onboarding"
],
"env": {
"SMARTERWEATHER_ONBOARDING_AUTH": "<your SMARTERWEATHER_ONBOARDING_AUTH>",
"SMARTERWEATHER_ONBOARDING_MCP_URL": "<your SMARTERWEATHER_ONBOARDING_MCP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smarterweather%2Fonboarding)<a href="https://mcptoplist.com/server/io.github.smarterweather%2Fonboarding"><img src="https://mcptoplist.com/badge/io.github.smarterweather%2Fonboarding.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
smarterweather
Available versions (3)
| Version | Published |
|---|---|
| 0.0.3 | Aug 25, 2026 |
| 0.0.2 | Jul 14, 2026 |
| 0.0.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains Smarter Weather Developer Onboarding?
- Smarter Weather Developer Onboarding is maintained by smarterweather, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Smarter Weather Developer Onboarding listed on the Official MCP Registry?
- Yes — Smarter Weather Developer Onboarding is listed on the Official MCP Registry.
- How many versions does Smarter Weather Developer Onboarding have?
- MCP Toplist tracks 3 versions of Smarter Weather Developer Onboarding, most recently published on Aug 25, 2026.
- Where can I find the source code for Smarter Weather Developer Onboarding?
- The source code for Smarter Weather Developer Onboarding is hosted at github.com/smarterweather/developer.