MCP server providing TanStack library documentation and tools
Tanstack MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server providing TanStack library documentation and tools.
🚀 The ultimate bridge between AI coding agents and the TanStack ecosystem.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Once Tanstack MCP is connected, these are the calls the assistant has available:
search_tanstack_docs — Search the official TanStack documentation with query, library, and framework filtersfetch_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 morecreate_tanstack_project — Bootstrap a new TanStack Start project with custom add-on configsadd_tanstack_addon — Install add-ons (Tailwind, Clerk, etc.) into an existing projectpin_tanstack_versions — Pin all TanStack library versions in your package.json for stabilityPlenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Tanstack MCP's toolset — search_tanstack_docs, fetch_tanstack_doc, list_tanstack_libraries and 4 more — is a fair guide to whether it matches your workflow. It is maintained by gihanrangana; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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. |
{
"mcpServers": {
"tanstack": {
"command": "npx",
"args": ["-y", "@gihan92/tanstack-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.