React Docs
FreeNot checkedMCP server providing AI coding assistants with documentation and source code for @gaddario98 React packages, including tools for listing packages, retrieving do
About
MCP server providing AI coding assistants with documentation and source code for @gaddario98 React packages, including tools for listing packages, retrieving docs and types, and searching source.
README
MCP (Model Context Protocol) server che fornisce ad AI coding assistants la documentazione e il codice sorgente dei package React @gaddario98.
Packages serviti
| Package | Descrizione |
|---|---|
@gaddario98/react-core |
Framework React modulare: state, forms, queries, pages, auth |
@gaddario98/react-form |
Form builder dinamico su TanStack Form + Jotai |
@gaddario98/react-queries |
Data fetching su TanStack Query + Jotai |
@gaddario98/react-pages |
Page orchestrator: forms + queries + SEO + lazy loading |
Tools disponibili
| Tool | Descrizione |
|---|---|
list_packages |
Elenca tutti i package con versione e descrizione |
get_package_docs |
Ritorna il README.md completo di un package |
get_package_types |
Ritorna le definizioni TypeScript (types.ts) |
get_package_source |
Legge qualsiasi file sorgente di un package |
search_source |
Cerca un pattern (regex) nei file sorgente |
Configurazione per AI Tools
Gemini Code Assist
Aggiungi al file .gemini/settings.json del tuo workspace:
{
"mcpServers": {
"react-docs": {
"command": "npx",
"args": ["-y", "github:gaddario98/mcp-react-docs"],
"env": {
"GITHUB_TOKEN": "ghp_il_tuo_token_qui"
}
}
}
}
Claude Code / Claude Desktop
Aggiungi a ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"react-docs": {
"command": "npx",
"args": ["-y", "github:gaddario98/mcp-react-docs"],
"env": {
"GITHUB_TOKEN": "ghp_il_tuo_token_qui"
}
}
}
}
Cursor
In Cursor Settings → MCP Servers → Add:
- Name:
react-docs - Command:
npx -y github:gaddario98/mcp-react-docs
VS Code + Copilot (settings.json)
{
"mcp": {
"servers": {
"react-docs": {
"command": "npx",
"args": ["-y", "github:gaddario98/mcp-react-docs"],
"env": {
"GITHUB_TOKEN": "ghp_il_tuo_token_qui"
}
}
}
}
}
🔑 Come ottenere il GITHUB_TOKEN
Dato che l'MCP invia richieste direttamente a GitHub, senza un token incapperai nel limite di 60 richieste all'ora, limitando pesantemente o bloccando strumenti come search_source.
Per generare un Token:
- Accedi a GitHub e vai in Settings > Developer Settings > Personal access tokens > Tokens (classic) (o usa i Fine-grained tokens se preferisci).
- Clicca su Generate new token (classic).
- Assegna un nome (es.
local_mcp_server). - Nessuno scope particolare è obbligatorio se i repo (
gaddario98/react-core, ecc.) sono pubblici. Se in futuro i repo diverranno privati, spunta l'accessorepo. - Clicca generate e copia il token (inizierà con
ghp_...). - Aggiungilo all'interno dell'oggetto
"env"in tutte le configurazioni del tuo Editor come mostrato negli esempi sopra. In Cursor puoi configurarlo dal setup dell'MCP Server nelle Settings UI.
Test con MCP Inspector
npx @modelcontextprotocol/inspector npx -y github:gaddario98/mcp-react-docs
Sviluppo
# Avvia il server in modalità watch
yarn dev
# Avvia normalmente
yarn start
Installing React Docs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/gaddario98/mcp-react-docsFAQ
Is React Docs MCP free?
Yes, React Docs MCP is free — one-click install via Unyly at no cost.
Does React Docs need an API key?
No, React Docs runs without API keys or environment variables.
Is React Docs hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install React Docs in Claude Desktop, Claude Code or Cursor?
Open React Docs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare React Docs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
