TrendKia Server
БесплатноНе проверенEnables AI assistants to access and search TrendKia articles, retrieving clean markdown content without HTML scraping.
Описание
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 feedsearch_articles— keyword search over the feed (Hindi + English)get_article— full clean markdown of one articlelist_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_TRANSPORT—stdio(default) orhttpPORT— HTTP port (default 8000)TRENDKIA_BASE_URL— override site (default https://trendkia.com)
Установка TrendKia Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/blockmandev/trendkia-mcpFAQ
TrendKia Server MCP бесплатный?
Да, TrendKia Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TrendKia Server?
Нет, TrendKia Server работает без API-ключей и переменных окружения.
TrendKia Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить TrendKia Server в Claude Desktop, Claude Code или Cursor?
Открой TrendKia Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare TrendKia Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
