Next.js Docs MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_docsA | Provide all Next.js documentation URLs for AI agents. Auto-trigger guidance (for clients):
Post-call agent instructions (MUST DO):
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap between tools. The tool 'get_all_docs' has a single, clear purpose: to provide all Next.js documentation URLs for AI agents. This eliminates any ambiguity in tool selection.
Since there is only one tool, naming consistency is inherently perfect. The tool name 'get_all_docs' follows a clear verb_noun pattern (get + all_docs), which is straightforward and descriptive, leaving no room for inconsistency.
A single tool for a documentation server is too few for the apparent scope, as it only provides URLs without direct operations like searching, filtering, or fetching specific content. This forces agents to handle all complexity externally, making the tool surface thin and limiting functionality.
The tool surface is severely incomplete for a documentation server. It lacks essential operations such as searching documentation, fetching content directly, or accessing specific sections. While it provides URLs, agents must implement additional steps to retrieve and process content, creating gaps that could lead to inefficiencies or failures.