next-mcp-server

next-mcp-server

3.5

If you are the rightful owner of next-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Next.js MCP Server is a tool designed to analyze and extract detailed information about API routes in a Next.js application.

The Next.js MCP Server is a powerful tool that scans the directory structure of a Next.js application to extract comprehensive information about all API routes. It provides insights into API paths, HTTP methods, request parameters, status codes, and request/response schemas. This tool is particularly useful for developers who need to document or understand the API structure of their Next.js applications. It supports running via command line or Docker, and can be integrated with development environments using a configuration file. The tool outputs a structured representation of API routes, making it easier to manage and document API endpoints.

Features

  • Scans Next.js app directory for API routes
  • Extracts HTTP methods, paths, and parameters
  • Provides request and response schemas
  • Generates structured API route information
  • Supports command line and Docker usage