Skip to main contentAdd Deductive MCP Server to Claude Code
Copy the displayed command and run it in your terminal to register the Deductive MCP server with Claude Code.
- Copy the displayed command from the setup page.
- Paste and run the command in your terminal. The command will complete without output if successful.
Related Documentation: Claude Code MCP Documentation
Restart and Authenticate
Restart Claude Code to activate the MCP server, then complete the authentication flow.
- Restart Claude Code. Authentication flow should begin automatically.
- If the authentication flow doesn’t start automatically, type ‘/mcp’ in Claude Code and select ‘Authenticate’ from the menu.
- Complete the authentication flow in the browser window that opens.
- Once this is complete, you’re ready to go! You can now use Deductive AI MCP Server tools in Claude Code chat.
Troubleshooting
If you encounter authentication issues, check the following requirements.
- If the Deductive MCP server is failing to authenticate, make sure your Node.js version is >20 (latest is 22).
- You can check your Node.js version by running ‘node —version’ in your terminal.
- If your version is outdated, update Node.js to the latest version and restart Claude Code.