Skip to content

Claude Code

ClaudeFor developers using the CLI. As of v2.1.162 · June 2026

  1. Open your terminal

  2. Add the Valency MCP server:

    claude mcp add --transport http \
    --client-id FslW0nVE1JMNobe1wQEsTr7bIwhZTi89 \
    --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. Ask: “Search for papers about quantum computing”

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.