API Keys
API keys for programmatic access to SciTeX Cloud. Use them to call the REST API or connect external MCP clients (Claude Desktop, etc.) to https://scitex.ai/mcp for AI-powered scientific tools.
Connect an MCP client (Claude Desktop / Claude Code)
Add this to your MCP client configuration to use SciTeX tools remotely:
{
"mcpServers": {
"scitex": {
"type": "streamable-http",
"url": "https://scitex.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
Replace YOUR_API_KEY with a key generated below (use Full Access or the MCP tools scope).
Add new API key
Active API keys
You don't have any API keys yet.
Generate an API key above to access the SciTeX Cloud API programmatically.
See Web API docs for usage examples.