> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pnta.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Server

> Connect PNTA documentation to AI assistants using Model Context Protocol

## Setup

### Prerequisites

* Node.js installed
* PNTA API key from your [Dashboard](https://app.pnta.io)

### Installation

**Step 1:** Add the PNTA MCP server

```bash theme={null}
npx mint-mcp add pnta
```

**Step 2:** Enter your PNTA API key when prompted

**Step 3:** Run the server using the command displayed

```bash theme={null}
node path/to/generated/server.js
```

## Supported Clients

Works with **[Claude Desktop](https://claude.ai/download)**, **[Cursor](https://www.cursor.com/)**, and **[Windsurf](https://windsurf.com/)**.

## Usage

Ask your AI assistant questions about PNTA:

* "How do I set up PNTA with Flutter?"
* "What are the notification API endpoints?"
* "How do autoHandleLinks work?"
* "Show me Android platform setup requirements"
* etc.

## Troubleshooting

* **Server won't start**: Check Node.js version and API key validity
* **AI can't connect**: Ensure server is running and ports are open

## Support

* [Troubleshooting guides](/guides/flutter/troubleshooting)
* [support@pnta.io](mailto:support@pnta.io)
* [Discord community](https://discord.gg/RQ7AuS8EC9)
