MCP Directory
Back

claude-mcp

by dnakov · JavaScript · ★ 117

Browser extension to enable MCP in claude.ai

Install

npx -y github:dnakov/claude-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:dnakov/claude-mcp"
      ]
    }
  }
}

From the README

A browser extension that enables MCP (Model Control Protocol) capabilities in Claude.ai, allowing you to connect Claude to external tools and services directly from the browser. This enables functionality that's already existing in claude.ai but not enabled. - Connect Claude.ai to MCP-compatible servers - Manage multiple server connections - Configure environment variables and command-line arguments - Debug logging options - Dark mode support 1. Clone this repository 2. Install dependencies 3. Build the extension 4. Load the extension in your browser: **Chrome/Edge**: - Go to - Enable…
Read full README on GitHub →

Related other servers