TanStack MCP
Official-grade MCP server for the TanStack ecosystem. Real-time docs, search, and scaffolding.
TanStack MCP Server
🚀 The ultimate bridge between AI coding agents and the TanStack ecosystem.
An official-grade Model Context Protocol (MCP) server that brings the full power of the TanStack CLI directly into your AI assistant. It enables your AI to search official documentation, discover libraries, fetch guides, and scaffold new projects—all without leaving the chat.
🌟 Key Features
- Keyless Doc Search: Search the official TanStack documentation (Algolia backend) without needing any API keys.
- Full-Text Guides: Fetch real-time Markdown content for any page in the ecosystem.
- Project Scaffolding: Create new TanStack Start applications with AI-assisted commands.
- Ecosystem Discovery: List 16+ libraries, ecosystem partners (hosting, auth, DB), and version info.
- CLI Power: Direct access to scaffolding, add-ons, and version pinning tools.
🛠️ Tools Reference
| Tool | Purpose |
|---|---|
search_tanstack_docs | Search the official TanStack documentation with query, library, and framework filters. |
fetch_tanstack_doc | Retrieve the full Markdown content of a doc page (e.g., router, guide/file-based-routing). |
list_tanstack_libraries | Discover all official TanStack libraries (Query, Router, Table, Form, etc.). |
list_tanstack_ecosystem | Find partners for hosting, auth, databases, and more. |
create_tanstack_project | Bootstrap a new TanStack Start project with custom add-on configs. |
add_tanstack_addon | Install add-ons (Tailwind, Clerk, etc.) into an existing project. |
pin_tanstack_versions | Pin all TanStack library versions in your package.json for stability. |
💻 Configuration
You can run the server using npx or Docker.
Method 1: NPX (Recommended)
Add this to your MCP settings file:
{
"mcpServers": {
"tanstack": {
"command": "npx",
"args": ["-y", "@gihan92/tanstack-mcp"]
}
}
}
Method 2: Docker
Requirements: Docker Desktop must be running.
{
"mcpServers": {
"tanstack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"gihan92/tanstack-mcp:latest"
]
}
}
}
🚀 Local Development
To contribute or test the server locally:
-
Clone the repository:
git clone https://github.com/your-username/tanstack-mcp.git cd tanstack-mcp -
Install dependencies:
pnpm install -
Run in development mode:
pnpm dev -
Build for production:
pnpm build
📝 Credits & License
This server is a wrapper around the official @tanstack/cli. All documentation and library data are property of TanStack.
Author: gihan92
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
OpenExp
Q-learning memory for Claude Code. Persistent memory that learns which context helps you get work done. Memories that lead to productive sessions (commits, PRs, tests) earn higher retrieval rank automatically. 16 MCP tools, hybrid BM25 + vector + Q-value scoring, local-first with Qdrant + FastEmbed.
Developer Tools MCP Server
Developer resources including GitHub, npm, PyPI, Docker Hub, GitLab, and StackOverflow
Criage MCP Server
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
Dify Plugin Agent
An agent that supports Function Calling and ReAct for the MCP protocol via HTTP with SSE or Streamable HTTP transport.
GoDoc MCP
Access real-time Go package documentation from pkg.go.dev.
ADB MCP Server
Interact with Android devices using the Android Debug Bridge (ADB).
microCMS
Manage content on the microCMS headless CMS using its content and management APIs.
PyVista MCP Server
An MCP server for 3D visualization and data analysis using the PyVista library.
Nexus MCP Bridge for VSCode
A bridge that connects Claude Desktop to your VSCode workspace, enabling local file system access.
gget-mcp
An MCP server for the gget bioinformatics library, enabling standardized access to genomics tools and databases.