YCombinator Tweet Search Server
БесплатноНе проверенProvides a tool for searching through YCombinator tweets using natural language queries.
Описание
Provides a tool for searching through YCombinator tweets using natural language queries.
README
This Model Context Protocol (MCP) server provides a tool for searching through YCombinator tweets using natural language queries.
Setup
Environment Configuration
Create a
.envfile in the project root with:MCP_API_KEY=your_api_key_hereInstallation
Install dependencies:
npm installBuilding the Server
Compile TypeScript:
npm run buildRunning the Server
Start the server:
npm startFor development with stdio transport:
npm run dev:stdio
Using the Tweet Search Tool
The server provides a search_tweets tool that accepts natural language queries to search through YCombinator tweets.
Tool Parameters
{
"name": "search_tweets",
"params": {
"query": "your search query here"
}
}
Example Queries
- "startup funding"
- "AI projects"
- "YC companies"
- "founder advice"
- "demo day"
Response Format
The tool returns a formatted list of matching tweets with:
- Date
- Tweet type (RETWEETED, QUOTED, REPLIED_TO) if applicable
- Tweet content
Integration with LLM Systems
This server implements the Model Context Protocol, making it compatible with:
- Anthropic Claude
- OpenAI models
- Custom MCP clients
How It Works
- Tweets are fetched from the configured GitHub URL
- Each tweet is scored against the query using a relevance algorithm
- Top 10 most relevant results are returned
- Results include date, context (if it's a retweet, etc.), and content
Development
To modify the search algorithm, look at the calculateRelevanceScore function in src/client.ts.
To change the tweet formatting, modify the handleSearchTweets function in src/tools/tweets.ts.
Установка YCombinator Tweet Search Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/RookiAi/tweet-mcpFAQ
YCombinator Tweet Search Server MCP бесплатный?
Да, YCombinator Tweet Search Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для YCombinator Tweet Search Server?
Нет, YCombinator Tweet Search Server работает без API-ключей и переменных окружения.
YCombinator Tweet Search Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить YCombinator Tweet Search Server в Claude Desktop, Claude Code или Cursor?
Открой YCombinator Tweet Search Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare YCombinator Tweet Search Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
