One-click install of the Latitude MCP server inside Claude Code.
After installing and authorizing, Claude Code can read and manage your Latitude workspace: projects, members, keys, traces, annotations, scores, searches, issues, datasets, and more. The full tool catalog is dynamically generated from the Latitude API.
Install Latitude from the Claude plugins directory.
claude mcp add --transport http latitude https://api.latitude.so/v1/mcp --scope userOr edit ~/.claude.json directly:
{
"mcpServers": {
"latitude": {
"type": "http",
"url": "https://api.latitude.so/v1/mcp"
}
}
}Then inside Claude Code, type /mcp, select latitude, and Authenticate. The MCP server uses OAuth 2.1 with Dynamic Client Registration, so you only ever supply the URL — the client registers itself automatically and walks you through the consent screen to pick which Latitude organization to authorize.
# From the repo root:
claude --plugin-dir ./claudeThen inside Claude Code, type /mcp, select latitude, and authenticate.
To pick up changes without restarting: /reload-plugins.
Validate before submitting:
claude plugin validate ./claudeclaude/
├── .claude-plugin/
│ └── plugin.json # Manifest
├── .mcp.json # Latitude MCP server config
├── assets/ # Icons
└── README.md
No skills/, agents/, commands/, hooks/, monitors/, bin/, settings.json, or .lsp.json — this plugin only registers the MCP server.
Submit at https://claude.ai/settings/plugins/submit or https://platform.claude.com/plugins/submit. The review pipeline runs claude plugin validate and automated safety screening. Approved plugins land in anthropics/claude-plugins-community and sync nightly.