Connecting AI tools via MCP¶
Prerequisites¶
- An active Stackify workspace
- An MCP-compatible AI tool (Claude Desktop, Cursor, or any client supporting MCP)
Connect an AI tool¶
Step 1 — Find your MCP server URL¶
Your workspace's MCP server URL is:
Find your workspace ID in Settings → General.
Step 2 — Authorise the connection¶
When an AI tool connects to your MCP server for the first time:
- The tool redirects you to Stackify to approve access.
- Review the requested permissions (read, write, or both).
- Click Authorise.
The AI tool receives an access token scoped to your workspace.
Step 3 — Configure the AI tool¶
Add Stackify to your claude_desktop_config.json:
- Go to Cursor Settings → MCP.
- Click Add server.
- Enter your MCP server URL.
- Complete the OAuth flow.
What the AI can do¶
Once connected, the AI tool has access to these MCP tools:
| Tool | Description |
|---|---|
list_cards | List cards in the workspace |
get_card | Get a card's details and field schema |
list_records | Read records from a card (with optional filter) |
create_record | Add a new record to a card |
update_record | Modify an existing record |
search | Full-text search across the workspace |
Revoke access¶
- Go to Settings → Connected apps.
- Find the AI tool in the list.
- Click Revoke access.
The tool's access token is immediately invalidated.