agentixl uses the MCP protocol(Model Context Protocol) to connect to your AI. Create an API key below, then follow the setup for your agent — it takes 30 seconds.
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonYOUR_API_KEY):{
"mcpServers": {
"agentixl": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://agentixl.com/api/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}Requires npx (Node.js 18+). The mcp-remotepackage bridges Claude Desktop to agentixl's HTTP endpoint.
https://agentixl.com/api/mcpagentixlExcel intelligence for AIhttps://agentixl.com/api/mcpagentixl) and the server URL: https://agentixl.com/api/mcpAuthorization (pre-filled)Bearer (pre-filled)API key~/.cursor/mcp.json file. Paste this configuration:{
"mcpServers": {
"agentixl": {
"url": "https://agentixl.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}https://agentixl.com/api/mcp{
"mcpServers": {
"agentixl": {
"serverUrl": "https://agentixl.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}One command:
claude mcp add --transport http agentixl https://agentixl.com/api/mcp \ --header "Authorization: Bearer YOUR_API_KEY"
Or add it to your project's .mcp.json:
{
"mcpServers": {
"agentixl": {
"type": "http",
"url": "https://agentixl.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Don't have an API key yet?
Get your free API key