Skip to main content
Glama

Anytype MCP Server

by cryptonahue

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANYTYPE_API_KEYYesYour Anytype API key obtained through authentication process

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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