MCP TabNews Integration
About
A Model Context Protocol (MCP) server that provides tools for Tabnews
Details
- Author
- renant
- GitHub stars
- 3
- Downloads
- 146
- Categories
- Other, API
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP TabNews IntegrationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp tabnews integration": {
"mcp-tabnews": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"inspect",
"@renant/mcp-tabnews"
]
}
}
}
}
McpServers
{
"mcp-tabnews": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"inspect",
"@renant/mcp-tabnews"
]
}
}
MCP TabNews Integration
A Model Context Protocol (MCP) integration for TabNews.
This MCP server is also available on Smithery for direct integration.
<a href="https://glama.ai/mcp/servers/@renant/mcp-tabnews">
</a>
Available Tools
- checkStatusTool: Check the status of the TabNews API.
- getContentsTool: Get contents from TabNews.
- getContentsByUserTool: Get contents from TabNews by user.
- getContentTool: Get a content with body from TabNews by user and slug.
- getContentChildrenTool: Get comments from TabNews by content.
- getAnalyticsUserCreatedTool: Get the analytics of a user created contents from TabNews.
- getAnalyticsRootContentPublishedTool: Get the analytics of a root content published from TabNews.
- getAnalyticsChildContentPublishedTool: Get the analytics of a child content published from TabNews.
- getRssFeedTool: Get the RSS feed from TabNews.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




