Skip to content

Quickstart

30 seconds to install. 2 minutes to first tool call.

1. Install

uv tool install onetool-mcp

Or with pip:

pip install onetool-mcp

2. Connect to Claude Code

Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "onetool": {
      "command": "ot-serve"
    }
  }
}

3. Use It

__ot brave.search(query="AI news")

That's it. One tool, unlimited capabilities.


Next: Installation (all platforms) | Configuration | Tools Reference