
Tanstack Mcp
@gihanrangana
关于 Tanstack Mcp
This Model Context Protocol (MCP) server brings the full power of the TanStack CLI directly into your AI assistant (Claude, Cursor, etc.). It enables your AI to search official documentation, discover libraries, fetch guides, and scaffold new projects—all without leaving the chat
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tanstack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"gihan92/tanstack-mcp:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tanstack Mcp?
Tanstack Mcp is an official-grade MCP server that bridges AI coding agents with the TanStack ecosystem. It enables AI assistants to search official documentation, discover libraries, fetch guides, and scaffold new TanStack projects—all without leaving the chat.
How to use Tanstack Mcp?
Requires Docker Desktop running in the background. Add a Docker-based MCP configuration to your MCP settings file (Claude Desktop, Cursor, Cline, etc.) using the provided JSON snippet.
Key features of Tanstack Mcp
- Keyless doc search via Algolia backend (no API keys required)
- Full-text Markdown content for any TanStack doc page
- Project scaffolding for new TanStack Start applications
- Ecosystem discovery of 16+ libraries and partners
- Direct CLI access for scaffolding, add-ons, and version pinning
- Seven dedicated tools covering search, fetch, list, create, add, and pin operations
Use cases of Tanstack Mcp
- Search official TanStack documentation with query, library, and framework filters
- Bootstrap a new TanStack Start project with custom add-on configurations
- Install add-ons (Tailwind, Clerk, etc.) into an existing project
- Pin all TanStack library versions in
package.jsonfor stability - Discover all official TanStack libraries and ecosystem partners
FAQ from Tanstack Mcp
Does Tanstack Mcp require an API key for documentation search?
No. The doc search uses Algolia with a keyless backend—no API keys needed.
What runtime does Tanstack Mcp require?
Docker Desktop must be installed and running in the background. The server runs in a Docker container.
What tools does Tanstack Mcp provide?
It provides seven tools: search_tanstack_docs, fetch_tanstack_doc, list_tanstack_libraries, list_tanstack_ecosystem, create_tanstack_project, add_tanstack_addon, and pin_tanstack_versions.
How do I configure Tanstack Mcp?
Add a Docker-based MCP entry to your client’s settings file (e.g., Claude Desktop, Cursor, Cline) using the docker run command with the image gihan92/tanstack-mcp:latest.
Can I run Tanstack Mcp locally for development?
Yes. Clone the repository, install dependencies with pnpm install, run pnpm dev for development, and pnpm build for production.
AI 与智能体 分类下的更多 MCP 服务器
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
评论