Anytype MCP Server
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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| anytype_list_spacesB | Lista todos los espacios disponibles |
| anytype_get_spaceB | Obtiene un espacio específico por su ID |
| anytype_create_spaceC | Crea un nuevo espacio |
| anytype_update_spaceC | Actualiza un espacio existente |
| anytype_list_membersC | Lista todos los miembros de un espacio |
| anytype_get_memberC | Obtiene un miembro específico |
| anytype_search_objectsB | Busca objetos en todos los espacios o en un espacio específico |
| anytype_list_objectsC | Lista objetos en un espacio específico |
| anytype_get_objectC | Obtiene un objeto específico por su ID |
| anytype_create_objectC | Crea un nuevo objeto en un espacio |
| anytype_update_objectA | Actualiza un objeto existente. IMPORTANTE: Para actualizaciones de contenido (body/markdown), utiliza una estrategia de reemplazo que crea un nuevo objeto con el contenido actualizado y elimina el original, ya que la API de Anytype no actualiza correctamente el contenido markdown con el método tradicional. |
| anytype_delete_objectC | Elimina (archiva) un objeto |
| anytype_list_propertiesC | Lista todas las propiedades de un espacio |
| anytype_get_propertyC | Obtiene una propiedad específica |
| anytype_create_propertyC | Crea una nueva propiedad |
| anytype_update_propertyD | Actualiza una propiedad existente |
| anytype_delete_propertyC | Elimina una propiedad |
| anytype_list_typesC | Lista todos los tipos de objetos |
| anytype_get_typeC | Obtiene un tipo específico |
| anytype_create_typeC | Crea un nuevo tipo de objeto |
| anytype_update_typeC | Actualiza un tipo existente |
| anytype_delete_typeC | Elimina un tipo de objeto |
| anytype_list_tagsB | Lists all tags for a property |
| anytype_get_tagC | Gets a specific tag |
| anytype_create_tagC | Creates a new tag |
| anytype_update_tagC | Updates an existing tag |
| anytype_delete_tagC | Deletes a tag |
| anytype_list_templatesC | Lists all available templates for a specific type |
| anytype_get_templateC | Gets a specific template |
| anytype_add_to_collectionC | Adds an object to a collection |
| anytype_remove_from_collectionC | Removes an object from a collection |
| anytype_get_list_viewsB | Obtiene las vistas disponibles para una lista |
| anytype_get_list_objectsC | Obtiene objetos de una lista usando una vista específica |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/cryptonahue/mcp-anytype'
If you have feedback or need assistance with the MCP directory API, please join our Discord server