ChainScope for Claude Desktop
io.github.vohlsyr/chainscope
Multi-chain wallet intelligence: balances, transactions, ENS, OFAC screening across 7 chains.
client:Claude Desktop
transport:streamable-http
Install ChainScope in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chainscope": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://chainsscope.duckdns.org/mcp/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs