Claude Code
Option A — CLI (fastest)
claude mcp add --transport http promptick https://api.promptick.ai/api/mcp --header "Authorization: Bearer mk_live_your_api_key_here"
Option B — Config file
Add to .mcp.json in your project root, or ~/.claude/mcp.json for global access:
{
"mcpServers": {
"promptick": {
"url": "https://api.promptick.ai/api/mcp",
"headers": {
"Authorization": "Bearer mk_live_your_api_key_here"
}
}
}
}
Restart Claude Code after adding the config. Need a key? See Managing API keys.