VitalyGPT
БесплатноНе проверенMCP server providing UX insights from Vitaly Friedman as searchable tools for any LLM.
Описание
MCP server providing UX insights from Vitaly Friedman as searchable tools for any LLM.
README
A Model Context Protocol (MCP) server that makes Vitaly Friedman's UX insights available as a tool to any LLM.
Vitaly is the founder of Smashing Magazine and one of the most prolific UX educators on the internet. This project collects his insights and serves them as structured, searchable knowledge — so you can reference his thinking directly inside Claude, Cursor, or any MCP-compatible client while designing your next product.
Status: Personal use / early preview. Shared with Vitaly for feedback before wider distribution.
What it does
Four tools, zero setup friction:
| Tool | Description |
|---|---|
list_topics |
See all UX topic areas covered |
search_insights |
Full-text search across all insights |
get_topic |
Get all insights for a specific topic |
get_random_insight |
Random insight for design inspiration |
Topics covered: Forms & Inputs · Navigation & IA · Research & Usability Testing · UX Strategy & Metrics · Design Process · Careers & Communication · UI Components & Patterns · AI & Design Tools
Setup
Requirements: Node.js 18+
Add to your .mcp.json:
{
"mcpServers": {
"vitalygpt": {
"command": "npx",
"args": ["-y", "@vitalygpt/mcp"]
}
}
}
The npm package isn't published yet. For now, clone and run locally:
{
"mcpServers": {
"vitalygpt": {
"command": "node",
"args": ["/path/to/vitalygpt/dist/index.js"]
}
}
}
git clone https://github.com/setugk/vitalygpt.git
cd vitalygpt
npm install && npm run build
Contributing
Content lives in content/ as plain markdown files — one file per topic. Each insight follows this format:
## Insight Title
One-paragraph summary of the key takeaway.
**Full post:**
The original post content.
**Source:** [LinkedIn](https://linkedin.com/...) · Vitaly Friedman · YYYY-MM-DD
**Tags:** tag1, tag2, tag3
To add a new insight: edit the relevant topic file and submit a PR. No code knowledge required.
Topic files:
content/forms-and-inputs.mdcontent/navigation-and-ia.mdcontent/research-and-testing.mdcontent/strategy-and-metrics.mdcontent/process-and-workflow.mdcontent/careers-and-communication.mdcontent/components-and-patterns.mdcontent/ai-and-tools.md
Roadmap
- Publish to npm as
@vitalygpt/mcp - Deduplicate near-identical entries
- Add semantic search (embeddings)
- Support for contributions from Vitaly directly
Attribution
All insights are sourced from Vitaly Friedman's public LinkedIn posts, with attribution and links to originals. This project is not affiliated with Vitaly or Smashing Magazine. Shared with permission (pending).
License
MIT
Установка VitalyGPT
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/setugk/vitalygptFAQ
VitalyGPT MCP бесплатный?
Да, VitalyGPT MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для VitalyGPT?
Нет, VitalyGPT работает без API-ключей и переменных окружения.
VitalyGPT — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить VitalyGPT в Claude Desktop, Claude Code или Cursor?
Открой VitalyGPT на 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 VitalyGPT with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
