Skip to content

Claude Code (CLI)

ClaudeFor developers using the CLI.

Confirmed as of v2.1.220 · July 31, 2026
  1. Open your terminal

  2. Add the Valency MCP server:

    claude mcp add --transport http --scope user --callback-port 33418 \
    valency-mcp https://labs.valency.io/mcp/
  3. Start Claude Code:

    claude
  4. Authenticate the server. Adding it from the command line does not start the OAuth flow on its own — run the /mcp command inside Claude Code, select the Valency MCP server, and choose to authenticate:

    /mcp

    Complete sign-in when the browser opens, then return to the terminal.

  5. Start a new conversation and ask: "Search for papers about quantum computing" (more prompt ideas)

Success: You see paper results in your terminal. You can also explicitly invoke Valency tool calls.


If something isn't working, check Troubleshooting for common fixes. See the FAQ for general questions, or report an issue if you're still stuck.