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.

Anytype MCP Server

An MCP server that provides access to the Anytype API, allowing AI assistants and other MCP clients to interact with Anytype data.

Features

  • Manage spaces and objects, including creation, deletion, and retrieval
  • Import and export objects in markdown format
  • Manage and retrieve list views and their objects
  • Retrieve types, templates, and space members

Prerequisites

  • Node.js 18 or higher
  • Anytype desktop application running locally
  • Anytype account

Installation

  1. Clone the repository and install dependencies.
  2. Build the project and obtain an App Key from Anytype.
  3. Add the server to your MCP configuration file.

Usage

  • The server is typically started by the MCP client, but can be started manually.

Optimization

  • Implements response filtering for token efficiency with AI assistants.

Troubleshooting

  • Ensure Anytype desktop is running for API connectivity.
  • Obtain a new App Key if authentication issues arise.