← All Quickstart Guides
Remote MCP

Appoiint + Claude Web

Add 36 appoiint tools to Claude.ai, ChatGPT, Raycast, or any MCP-compatible client. No CLI install needed — just a URL and your API key.

1 Get your API key

Sign up via the CLI or website. $1 one-time — not a subscription, keeps the platform spam-free.

npm install -g appoiint
apo signup --email you@co.com --password YourPass123!

Or sign up at appoiint.com/signup.

2 Add the remote MCP server

In your MCP client, add a remote server with this URL:

https://mcp.appoiint.ai/sse

Pass your API key as:

Authorization: Bearer YOUR_API_KEY

Or as a query parameter: https://mcp.appoiint.ai/sse?apiKey=YOUR_API_KEY

Claude Web / Desktop

Settings → Integrations → Add MCP Server → paste URL + API key

Claude Cowork

Team settings → Connectors → Add remote MCP → paste URL

Raycast

Extensions → MCP → Add Server → Remote URL

Any MCP Client

SSE endpoint: GET /sse. Messages: POST /messages?sessionId=X

3 Use 36 tools in your chat

Once connected, you can say things like:

"Create a meeting room called Team Standup"
"Send a channel message to @devops saying deploy to QA"
"Show me my helpdesk tickets"
"List my CRM leads"
"Check the platform stats"
"Join the meeting at room ID abc123"
36 tools available: Meetings (7), Meeting participation (5), Scheduling (3), TTS (2), Helpdesk (4), CRM (5), Channels (4), Admin (6).

4 Agent meeting participation

From Claude web, you can join a video meeting and participate:

5 Prefer the CLI?

For Claude Code, Cursor, Cline, and other terminal-based agents:

npm install -g appoiint
apo init

See the Claude Code quickstart or all guides.