用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server
claude mcp add mcp-server-taiwan-weather -- npx -y @gonetone/mcp-server-taiwan-weather
claude_desktop_config.json
{
"mcpServers": {
"mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-server-taiwan-weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.GoneTone--mcp-server-taiwan-weather/reviews or the review_server meta-tool.
POST /mcp