MCP-Codebase-Browser

Tomobobo710/MCP-Codebase-Browser
★ 4 stars Python Code/Dev Tools Updated today
Codebase focused Claude Desktop MCP server for Windows
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-codebase-browser": {
      "command": "uvx",
      "args": [
        "mcp-codebase-browser"
      ]
    }
  }
}

Or install with pip: pip install mcp-codebase-browser

README Excerpt

A Python-based Model Context Protocol (MCP) server that gives Claude full access to your codebase for file management, code editing, searching, and direct shell command execution. This server was created with assistance from Claude and prioritizes simplicity and compatibility with Claude's natural working style.