AppFlowy Cloud MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| appflowy_loginC | Login to AppFlowy Cloud and get access token. Returns access token and refresh token. |
| appflowy_refresh_tokenC | Refresh access token using refresh token. |
| appflowy_list_workspacesA | List all workspaces for the authenticated user. |
| appflowy_list_databasesC | List all databases in a workspace. |
| appflowy_get_database_fieldsC | Get fields of a specific database. |
| appflowy_list_rowsC | List all row IDs in a database. |
| appflowy_get_row_detailsC | Get details of specific rows by IDs. |
| appflowy_create_rowC | Create a new row in a database. |
| appflowy_upsert_rowC | Update existing row or create if it doesn't exist. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |