How to Use the Newslit MCP in Claude Code
Run headless media intelligence workflows in your terminal by connecting Claude Code to the Newslit MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Newslit MCP to Claude Code
Create your Vinkius account to connect Newslit to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script PR tracking via Claude Code
The `create_report` tool lets you spin up news monitors straight from the command line. You pipe a campaign name into your terminal agent, and it formats the JSON string to provision the tracker. This works perfectly inside CI/CD pipelines or cron jobs running on a remote server. Adjusting these monitors requires zero GUI interaction. The agent executes `update_report` to modify tracking parameters on a schedule. You can set up a shell script that adjusts your media focus every morning based on trending topics.
Pipe news data from the MCP Server
Extracting raw media hits relies on the `list_stories` tool. Your CLI agent fetches the latest articles tied to a specific campaign and pipes that output into a local file or another script. It is built for developers who need raw data, not pretty charts. Verifying the source of those hits is handled by `get_report`. The agent pulls the exact configuration of the tracker to ensure the fetched stories match the intended criteria. It logs this metadata alongside the articles for complete traceability.
Audit intelligence accounts via CLI
The `list_reports` tool gives your terminal agent a full inventory of your active trackers. It returns the active monitors so you can write scripts that loop through each one, fetching their respective news hits in bulk. Tearing down old campaigns is just as scriptable. Your agent uses `delete_report` to purge outdated monitors from your account. You can configure a cron job to automatically delete any tracker older than thirty days.
Set up Newslit MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenewslit-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Newslit transactions." It will automatically discover and invoke the available Newslit tools.
claude mcp add --transport http newslit-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Newslit MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Newslit MCP today
We host it, we monitor it, we maintain it. You just paste one token.