Using mcp-remote as a proxy to remote MCP server.
- 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"
]
}
}
}
- Restart your Claude Desktop.
Docs: https://docs.devin.ai/work-with-devin/deepwiki-mcp#setup-instructions
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