What is the NewzAI MCP Server MCP server?
News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
How to install NewzAI MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"news-mcp": {
"url": "https://api.newzai.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"news-mcp": {
"serverUrl": "https://api.newzai.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"news-mcp": {
"type": "http",
"url": "https://api.newzai.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"news-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.newzai.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http news-mcp https://api.newzai.ai/mcpRelated MCP servers
NewzAI MCP Server
Maintained
News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.
5
View repository →Makefile