Next.js MCP Server
by kamolc4
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Runtime environment: development, production, or test. | development |
| LOG_LEVEL | No | Pino log level: debug, info, warn, or error. | info |
| MCP_API_KEY | Yes | Shared secret required for /api/mcp. Minimum 16 characters. | |
| RATE_LIMIT_RPM | No | Maximum MCP requests per minute per client. | 60 |
| ALLOWED_ORIGINS | No | Reserved for production CORS hardening. | * |
| MCP_SERVER_NAME | No | MCP server name exposed to clients. | nextjs-mcp-server |
| MCP_SERVER_VERSION | No | MCP server version exposed to clients. | 1.0.0 |
| NEXTJS_PROJECT_PATH | No | Project root that MCP tools inspect. Defaults to current working directory. |
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 |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues