Command Palette

Search for a command to run...

UnylyUnyly
Browse all

TrendKia Server

FreeNot checked

Enables AI assistants to access and search TrendKia articles, retrieving clean markdown content without HTML scraping.

GitHubEmbed

About

Enables AI assistants to access and search TrendKia articles, retrieving clean markdown content without HTML scraping.

README

An MCP server that exposes TrendKia content to AI assistants (Claude Desktop, claude.ai custom connectors, Claude Code, Cursor, etc.).

The site publishes a clean .md version of every article, so this server serves clean text — no HTML scraping.

Tools

  • list_recent_articles — newest posts from the RSS feed
  • search_articles — keyword search over the feed (Hindi + English)
  • get_article — full clean markdown of one article
  • list_sitemap_urls — every URL from the sitemap

Run locally (Claude Desktop, stdio)

pip install -r requirements.txt
python trendkia_mcp.py

Add to claude_desktop_config.json:

{ "mcpServers": { "trendkia": { "command": "python", "args": ["/full/path/to/trendkia_mcp.py"] } } }

Run as a remote web connector (claude.ai, Pro+)

MCP_TRANSPORT=http PORT=8000 python trendkia_mcp.py

Endpoint: http://<host>:8000/mcp. Deploy with the included Dockerfile / render.yaml, then in claude.ai go to Connectors → Add custom connector and paste https://<your-host>/mcp.

Config

  • MCP_TRANSPORTstdio (default) or http
  • PORT — HTTP port (default 8000)
  • TRENDKIA_BASE_URL — override site (default https://trendkia.com)

from github.com/blockmandev/trendkia-mcp

Installing TrendKia Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/blockmandev/trendkia-mcp

FAQ

Is TrendKia Server MCP free?

Yes, TrendKia Server MCP is free — one-click install via Unyly at no cost.

Does TrendKia Server need an API key?

No, TrendKia Server runs without API keys or environment variables.

Is TrendKia Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install TrendKia Server in Claude Desktop, Claude Code or Cursor?

Open TrendKia Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare TrendKia Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs