News Server for Grok
io.github.rubtuc/news-server
获取今日新闻,支持按分类筛选(科技、商业、科学)
client:Grok
transport:stdio
runtime:npm
Install News Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"news-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rubtuc/news-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs