query (MCP Server)

GitHub

๐Ÿค– Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

50,134 stars TypeScript MCP Ready Full Docs Skills View Markdown #async#cache#data#fetch

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "query": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-query"
      ]
    }
  }
}