PluginBench
MCP Server

Mukoko News MCP Server

io.github.nyuchi/mukoko-news

What is the Mukoko News MCP server?

Pan-African news & analytics for Zimbabwe and 15 African countries: briefings and trends.

How to install Mukoko News

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": {
    "mukoko-news": {
      "command": "npx",
      "args": [
        "-y",
        "@nyuchi/mukoko-news-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mukoko-news": {
      "command": "npx",
      "args": [
        "-y",
        "@nyuchi/mukoko-news-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mukoko-news": {
      "command": "npx",
      "args": [
        "-y",
        "@nyuchi/mukoko-news-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mukoko-news": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nyuchi/mukoko-news-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add mukoko-news -- npx -y @nyuchi/mukoko-news-mcp

Related MCP servers

Read-only MCP over the Mzizi design system registry — nodes, components, ownership.

View repository →