MCP Surface Lint for Claude Desktop
io.github.dleibner/mcp-surface-lint
Statically audits MCP tool surfaces for token cost, schema quality, and design issues.
client:Claude Desktop
transport:streamable-http
tools:1
Install MCP Surface Lint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-surface-lint": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcplint-web.vercel.app/api/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