Skip to main content

Overview

The Alpic MCP Server is a hosted MCP server at mcp.alpic.ai that lets you interact with your Alpic account from any MCP-compatible client. You can browse teams and projects, inspect deployment logs, and review analytics.

Available Tools

ToolDescription
list-teamsList all teams you belong to.
list-projectsList all projects for a given team.
deployment-logsFetch deployment logs for a specific project and environment.
get-analyticsRetrieve analytics data (sessions, requests, errors) for a project.

Project Browser Widget

The list-projects tool returns a widget that displays your projects as interactive cards. Each card shows the project name, environment status, and key analytics at a glance. The widget supports both inline and fullscreen display modes so you can quickly scan your projects or dive deeper into a specific one. Analytics widget

Connect Your MCP Client

1

Add the MCP server

Run the following command to add the Alpic MCP server:
claude mcp add alpic --transport http https://mcp.alpic.ai/
2

Authenticate

In your Claude Code session, run /mcp and select the Alpic server. This will open your browser to authenticate with your Alpic account.
3

Start using

Once authenticated, Claude Code can use the Alpic tools directly. Try asking it to list your teams.

Clients supporting MCP Apps

Our MCP Server is using the MCP Apps extension that allows rendering of rich UI interfaces through custom Views. When used with MCP Apps compatible clients, it provides interactive visual components alongside the standard tool responses.
1

Open ChatGPT settings

In ChatGPT, go to Settings → Apps.
2

Create a new app

Click Create and paste the following URL:
https://mcp.alpic.ai/
3

Connect to Alpic

Select the OAuth authentication flow and leave the optional fields empty.Hit create and you will be prompted to connect using your Alpic account.
4

Start chatting

Open a new conversation and ask ChatGPT about your Alpic projects. It will use the connected tools automatically.