Add Lattice to Claude Desktop with a single config snippet. No install, no build, no signup.
{
"mcpServers": {
"lattice": {
"command": "npx",
"args": ["mcp-remote@latest", "https://mcp.ferrisletter.dev/mcp"]
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json %APPDATA%\Claude\claude_desktop_config.json Paste the config
If you already have other MCP servers configured, merge the lattice entry into your existing mcpServers object.
Restart Claude Desktop
Quit and reopen Claude Desktop so it picks up the new config.
Ask your first question
Try: "What topics are available on Lattice?"
"Server not found"
Make sure Node.js 18+ is installed and npx is available in your PATH.
"Connection failed"
Verify the JSON config is valid — a missing comma or bracket will break parsing.
Still stuck?
Open an issue on GitHub and we'll help you out.