Back to MCP Servers

Claudecodenavi

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-tools
By saikiyusuke
22Updated 4 weeks agoJavaScript

Installation

npx -y claudecodenavi-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

@claudecodenavi/mcp

ClaudeCodeNavi.jp MCP server for Claude Code.

Setup

  1. Create an account at ClaudeCodeNavi
  2. Get your API token at マイページ → MCPサーバー
  3. Tell Claude Code:

「npx -y @claudecodenavi/mcp をMCPサーバーとして追加して。環境変数CCN_API_TOKENに(コピーしたトークン)を設定して」

Or manually:

claude mcp add claudecodenavi -e CCN_API_TOKEN=your_token -- npx -y @claudecodenavi/mcp

Features

  • Post articles directly from CLI
  • Search community articles as a knowledge base during development
  • Create Q&A, snippets, prompts, and more

Migration from mcp-claudecodenavi

This package was previously published as mcp-claudecodenavi. Update your config:

- "args": ["-y", "mcp-claudecodenavi"]
+ "args": ["-y", "@claudecodenavi/mcp"]

License

MIT

View source on GitHub