Use mcpnav from your AI client

mcpnav also runs its own remote MCP server, so an AI agent can search this directory, look up a server, and get an install snippet without leaving the conversation.

Endpoint: https://mcp.mcpnav.dev/mcp (Streamable HTTP)

Tools

Connect

Add mcpnav's own server the same way you'd add any remote MCP server:

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (http)

https://mcp.mcpnav.dev/mcp

Claude Code:

claude mcp add --transport http mcpnav https://mcp.mcpnav.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcpnav": {
      "url": "https://mcp.mcpnav.dev/mcp"
    }
  }
}

Official MCP Registry

This server is listed in the Official MCP Registry as dev.mcpnav/directoryview the Registry entry. Listing in the Registry is self-published; it does not imply endorsement by the Model Context Protocol project or Anthropic.

Limits

Source: mcp-server/ in the mcpnav codebase. This server is not affiliated with or endorsed by the Model Context Protocol project or Anthropic.