anytype-mcp

anytype-mcp

16

The Anytype MCP Server provides an interface for AI assistants and MCP clients to access and manage data in Anytype using the Anytype API. It supports a range of operations including space and object management, aiming to facilitate efficient data interaction and handling.

What are the prerequisites for using the Anytype MCP Server?

You need Node.js 18 or higher, the Anytype desktop application running locally, and an Anytype account.

How do I obtain an App Key for the Anytype MCP Server?

Run the helper script npm run get-key while the Anytype desktop application is running and follow the instructions to authorize the application.

What should I do if the Anytype API is not responding?

Ensure that the Anytype desktop application is running on your computer, as the MCP server connects to the local Anytype API.

How can I optimize token usage with the Anytype MCP Server?

Use response filtering options like include_text and full_response to control the amount of data returned, balancing detail with token efficiency.

What if I encounter authentication issues?

Obtain a new app key using npm run get-key, update your MCP configuration with the new key, and restart your MCP client.