MCP TabNews Integration
@renant
About MCP TabNews Integration
A Model Context Protocol (MCP) server that provides tools for Tabnews
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-tabnews": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"inspect",
"@renant/mcp-tabnews"
]
}
}
}Tools
9Check the status of the TabNews API.
Get contents from TabNews.
Get contents from TabNews by user.
Get a content with body from TabNews by user and slug.
Get comments from TabNews by content.
Get the analytics of a user created contents from TabNews.
Get the analytics of a root content published from TabNews.
Get the analytics of a child content published from TabNews.
Get the RSS feed from TabNews.
Overview
What is MCP TabNews Integration?
MCP TabNews Integration is a Model Context Protocol (MCP) server that provides tools for AI assistants to interact with TabNews, a Brazilian tech news platform. It allows agents like Cursor and Claude Desktop to read contents, comments, analytics, and RSS feeds from TabNews programmatically.
How to use MCP TabNews Integration?
Requires Node.js v23+. Clone the repository, run npm ci, then configure your MCP client to execute node <absolute-path>/src/index.ts. Alternatively, use Smithery with the command npm exec -- @smithery/cli@latest run @renant/mcp-tabnews. In Cursor, add a new MCP server with that command; for Claude Desktop, install via Smithery.
Key features of MCP TabNews Integration
- Check TabNews API status.
- Fetch contents (articles) from TabNews.
- Get contents by a specific user.
- Retrieve a single content with its body.
- Fetch comments (children) for a content.
- Access analytics of user‑created and published contents.
- Get the TabNews RSS feed.
Use cases of MCP TabNews Integration
- An AI assistant monitors TabNews for new content and summarizes top posts.
- A developer debugs TabNews API integration by inspecting tool outputs.
- A moderator pulls comments on a specific article directly from an AI chat.
- A content analyst retrieves RSS feed updates and user analytics without leaving the IDE.
- A writer uses an agent to list their own published content analytics.
FAQ from MCP TabNews Integration
What runtime does the server require?
Node.js version 23 or higher is required.
How can I install the server?
Clone the repository, run npm ci, then point your MCP client to node <path>/src/index.ts. The server is also available via Smithery for one‑click installation.
What tools does the server expose?
Nine tools: checkStatusTool, getContentsTool, getContentsByUserTool, getContentTool, getContentChildrenTool, getAnalyticsUserCreatedTool, getAnalyticsRootContentPublishedTool, getAnalyticsChildContentPublishedTool, and getRssFeedTool.
Can I use it with Cursor or Claude Desktop?
Yes. For Cursor, add
Frequently asked questions
What runtime does the server require?
Node.js version 23 or higher is required.
How can I install the server?
Clone the repository, run `npm ci`, then point your MCP client to `node <path>/src/index.ts`. The server is also available via Smithery for one‑click installation.
What tools does the server expose?
Nine tools: checkStatusTool, getContentsTool, getContentsByUserTool, getContentTool, getContentChildrenTool, getAnalyticsUserCreatedTool, getAnalyticsRootContentPublishedTool, getAnalyticsChildContentPublishedTool, and getRssFeedTool.
Can I use it with Cursor or Claude Desktop?
Yes. For Cursor, add
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments