Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANYTYPE_API_KEY | Yes | Your Anytype API key obtained through authentication process |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| anytype_list_spaces | Lista todos los espacios disponibles en Anytype |
| anytype_search_objects | Busca objetos en todos los espacios o en un espacio específico |
| anytype_get_object | Obtiene un objeto específico por su ID |
| anytype_create_object | Crea un nuevo objeto en un espacio |
| anytype_update_object | Actualiza un objeto existente - Esta es la funcionalidad clave que faltaba en el MCP oficial |
| anytype_delete_object | Elimina (archiva) un objeto |
| anytype_list_objects | Lista objetos en un espacio específico |
| anytype_list_types | Lista todos los tipos de objetos disponibles en un espacio |