vocably

Settings

Manage your account and preferences

API Keys
Manage API keys for CLI and MCP server access
Usage
How to use your API keys

CLI

vocably auth login YOUR_API_KEY

Replace YOUR_API_KEY with your actual token

MCP Server (Claude Desktop)

Add to Claude Desktop config (~/.claude/claude_desktop_config.json)

{
  "mcpServers": {
    "vocably": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://vocab.surajgaud.com/api/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_TOKEN"
      ]
    }
  }
}