Skip to content

Instantly share code, notes, and snippets.

@p1nox
Last active July 21, 2025 13:16
Show Gist options
  • Save p1nox/6effb821014dcd819f3ab8b516c3166f to your computer and use it in GitHub Desktop.
Save p1nox/6effb821014dcd819f3ab8b516c3166f to your computer and use it in GitHub Desktop.
Custom MCP servers for Claude Desktop and Claude Code in macOS

Custom MCP servers for Claude Desktop and Claude Code in macOS

Using mcp-remote as a proxy to remote MCP server.

Desktop

  1. Add/Edit your local mcp json file for claude tools:
vim /Users/<YOUR_OX_USER>/Library/Application\ Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deepwiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.deepwiki.com/mcp"
      ]
    }
  }
}
  1. Restart your Claude Desktop.

Docs: https://docs.devin.ai/work-with-devin/deepwiki-mcp#setup-instructions

Code

claude mcp add -t http deepwiki https://mcp.deepwiki.com/mcp

Docs: https://docs.devin.ai/work-with-devin/deepwiki-mcp#for-claude-code%3A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment