MCP TabNews Integration

by renant

3 stars
146 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that provides tools for Tabnews

Details

Author
renant
GitHub stars
3
Downloads
146
Categories
Other, API

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP TabNews Integration
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

smithery badge

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">
TabNews Integration MCP server
</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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.