---
title: Autotask MCP Server
description: Connect AI assistants to your Autotask PSA instance via the Model Context Protocol.
template: splash
hero:
tagline: Access your Autotask PSA data through natural language prompts using the Model Context Protocol.
actions:
- text: Get Started
link: /autotask-mcp/getting-started/introduction/
icon: right-arrow
- text: View Examples
link: /autotask-mcp/examples/overview/
icon: open-book
variant: minimal
---
import { Card, CardGrid } from '@astrojs/starlight/components';
## What can you do?
<CardGrid stagger>
<Card title="Search & Retrieve" icon="magnifier">
Find companies, contacts, tickets, projects, and more using natural language queries.
</Card>
<Card title="Create & Update" icon="pencil">
Create new tickets, companies, contacts, time entries, and projects directly from your AI assistant.
</Card>
<Card title="Track Time" icon="clock">
Log time entries against tickets with automatic resource and billing code resolution.
</Card>
<Card title="Manage Notes" icon="document">
Add and search notes on tickets, projects, and companies for complete context.
</Card>
</CardGrid>