mcpbeat Sign in

NewsBlog Composer MCP Server

by mohammed-jameal-j Your server? Claim it
local only

NewsBlog Composer runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Verifies news stories, mines SEO keywords, builds schema and reviews your draft. You write it.

Installs / week
pypi · newsblog-composer-mcp
1
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check NewsBlog Composer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add newsblog-composer -- uvx newsblog-composer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "newsblog-composer": {
      "args": [
        "newsblog-composer-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.newsblog-composer]
command = "uvx"
args = ["newsblog-composer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "newsblog-composer": {
      "args": [
        "newsblog-composer-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "newsblog-composer": {
      "args": [
        "newsblog-composer-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TAVILY_API_KEY (Optional. Search provider; keyless GDELT is used when absent.), GPTZERO_API_KEY (Optional. Real AI-detection reading; without it no detection score is reported.), CLOUDFLARE_ACCOUNT_ID (Optional. Image generation via Workers AI.), CLOUDFLARE_API_TOKEN (Optional. Image generation via Workers AI.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NewsBlog Composer

same job, measured the same way
Heyspark
by heyspark-mcp

Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews.

4 tools answering
N
capital.new mandate draft tools
by capital

Verify Capital Authority Mandate drafts (SHA-256 replay) + v0 schema. Ceremonies stay human.

3 tools answering
MCP Email Waterfall Orchestrator
by mambabuilt

Finds and verifies work emails on your own provider keys, with real per-provider spend.

70 installs/wk local only
Woodpecker CI
by ni-c

Read Woodpecker CI repositories, pipelines and logs, and drive builds, secrets and crons

47 installs/wk local only
Termalin Web
by termal

Run commands and read/write files on your servers over Termalin's keyless tunnels (hosted MCP).

8 tools answering
Velog
by seongwon030

Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.

65 installs/wk local only
Joti
by kompetic

Read your workouts, history, and stats; create and schedule new workouts. Writes are additive only.

answering
Founden MCP
by o-mega-enterprise

Build your company over chat: website, app, and admin built in the cloud. One API key.

27 installs/wk local only

NewsBlog Composer — questions

Answers built from our own checks of this server.

Why is there no uptime for NewsBlog Composer?
NewsBlog Composer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package newsblog-composer-mcp.
How do I connect NewsBlog Composer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls newsblog-composer-mcp straight from pypi; nothing to host, nothing to sign up for.
Is NewsBlog Composer open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.