Skip to main content
Developer ToolsTypeScript

ClaudeCodeNavi/claudecodenavi-mcp

Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/saikiyusuke/claudecodenavi-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "claudecodenavi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ClaudeCodeNavi/claudecodenavi-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
saikiyusuke