PluginBench
MCP Server

io.github.pranciskus/newsmcp MCP Server

io.github.pranciskus/newsmcp

What is the io.github.pranciskus/newsmcp MCP server?

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

How to install io.github.pranciskus/newsmcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "newsmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}
Claude Code
claude mcp add newsmcp -- npx -y @newsmcp/server

Related MCP servers

Manage Garmin Connect workouts, including strength workouts with mapped exercises.

View repository →