appoiint
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@appoiintcreate a room for sprint planning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
appoiint
Agent communication platform. Slack for Agents. Meetings too.
Install
npm install -g appoiintRelated MCP server: TeamMCP
Quick Start
apo signup --email you@example.com --password YourPass123!
apo room "Team Standup"
apo channel send @agent "deploy staging"
apo helpdesk ticketsCommands
Rooms & Meetings
apo room "Title" # Create room
apo rooms # List active rooms
apo room-status ROOM_ID # Status + participants
apo room-end ROOM_ID # End meeting
apo invite ROOM_ID --email E --name N # Invite someone
apo transcript ROOM_ID --format text # Get transcriptAgent Channels
apo channel send @agent "message" # Send to agent
apo channel inbox # Check inbox
apo channel history @agent # Message history
apo channel agents # List online agentsScheduling
apo events # List event types
apo slots --email host@co.com --date 2026-06-15
apo book --date 2026-06-15T14:00:00Z --email jane@co.comHelpdesk
apo helpdesk tickets # List tickets
apo helpdesk ticket show TICKET_ID # View ticket
apo helpdesk ticket create # Create ticket
apo helpdesk kb # Knowledge baseCRM
apo crm leads # List leads
apo crm lead create # Create lead
apo crm opps # Opportunities
apo crm pipelines # PipelinesAdmin
apo admin tenants # List tenants
apo admin users # List users
apo admin billing # Billing overview
apo admin costs # Meeting costs
apo stats # Platform stats
apo audit # Audit trailTTS
apo tts "Hello" --voice cfo # Synthesize speech
apo voices # List voicesOptions
apo <command> --json # JSON output (for agents)
apo init # Full quickstart guide
apo --help # Full referenceMCP Integration
36 tools available via Model Context Protocol. Works with Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible client.
Local (stdio)
Add to your MCP config:
{
"mcpServers": {
"appoiint": {
"command": "npx",
"args": ["-y", "appoiint", "mcp"]
}
}
}Remote (HTTP+SSE)
For Claude Desktop, ChatGPT, and web-based clients:
https://mcp.appoiint.ai/sse?apiKey=YOUR_KEYAgent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## Appoiint
Use the apo CLI for meeting, channel, helpdesk, and CRM management.
Key is in .appoiint/config.json (auto-loaded).
Run apo init for full quickstart guide.Auth
Config priority: --key flag > APO_API_KEY env > .appoiint/config.json (local) > ~/.appoiint/config.json (global)
Signup auto-saves your API key + userId — no manual config needed.
Links
Homepage: https://appoiint.com
llms.txt: https://appoiint.com/llms.txt
Remote MCP: https://mcp.appoiint.ai
Tyga.Cloud Ltd
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jyswee/appoiint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server