Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Anytype Mcp

    An MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through n...

    185 stars
    TypeScript
    Updated Oct 19, 2025
    anytype
    api
    mcp
    mcp-server
    modelcontextprotocol

    Table of Contents

    • Features
    • Quick Start
    • 1. Get Your API Key
    • 2. Configure Your MCP Client
    • Claude Desktop, Cursor, Windsurf, Raycast, etc.
    • Claude Code (CLI)
    • Custom API Base URL
    • Example Interactions
    • Development
    • Installation from Source
    • Contribution

    Table of Contents

    • Features
    • Quick Start
    • 1. Get Your API Key
    • 2. Configure Your MCP Client
    • Claude Desktop, Cursor, Windsurf, Raycast, etc.
    • Claude Code (CLI)
    • Custom API Base URL
    • Example Interactions
    • Development
    • Installation from Source
    • Contribution

    Documentation

    Anytype MCP Server

    The Anytype MCP Server is a Model Context Protocol (MCP) server enabling AI assistants to seamlessly interact with Anytype's API through natural language.

    It bridges the gap between AI and Anytype's powerful features by converting Anytype's OpenAPI specification into MCP tools, allowing you to manage your knowledge base through conversation.

    Features

    • Global & Space Search
    • Spaces & Members
    • Objects & Lists
    • Properties & Tags
    • Types & Templates

    Quick Start

    1. Get Your API Key

    1. Open Anytype

    2. Go to App Settings

    3. Navigate to API Keys section

    4. Click on Create new button

    Alternative: Get API key via CLI

    You can also get your API key using the command line:

    bash
    npx -y @anyproto/anytype-mcp get-key

    2. Configure Your MCP Client

    Claude Desktop, Cursor, Windsurf, Raycast, etc.

    Add the following configuration to your MCP client settings after replacing `` with your actual API key:

    json
    {
      "mcpServers": {
        "anytype": {
          "command": "npx",
          "args": ["-y", "@anyproto/anytype-mcp"],
          "env": {
            "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer \", \"Anytype-Version\":\"2025-11-08\"}"
          }
        }
      }
    }

    Tip: After creating an API key in Anytype, you can copy that ready-to-use configuration snippet with your API key already filled in from the API Keys section.

    Claude Code (CLI)

    Run this command to add the Anytype MCP server after replacing `` with your actual API key:

    bash
    claude mcp add anytype -e OPENAPI_MCP_HEADERS='{"Authorization":"Bearer ", "Anytype-Version":"2025-11-08"}' -s user -- npx -y @anyproto/anytype-mcp

    Alternative: Global Installation

    If you prefer to install the package globally:

    1. Install the package:

    bash
    npm install -g @anyproto/anytype-mcp

    2. Update your MCP client configuration to use the global installation:

    json
    {
      "mcpServers": {
        "anytype": {
          "command": "anytype-mcp",
          "env": {
            "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer \", \"Anytype-Version\":\"2025-11-08\"}"
          }
        }
      }
    }

    Custom API Base URL

    By default, the server connects to http://127.0.0.1:31009. For anytype-cli (port 31012) or other custom base URLs, set ANYTYPE_API_BASE_URL:

    Example Configuration

    MCP Client (Claude Desktop, Cursor, etc.):

    json
    {
      "mcpServers": {
        "anytype": {
          "command": "npx",
          "args": ["-y", "@anyproto/anytype-mcp"],
          "env": {
            "ANYTYPE_API_BASE_URL": "http://localhost:31012",
            "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer \", \"Anytype-Version\":\"2025-11-08\"}"
          }
        }
      }
    }

    Claude Code (CLI):

    bash
    claude mcp add anytype \
      -e ANYTYPE_API_BASE_URL='http://localhost:31012' \
      -e OPENAPI_MCP_HEADERS='{"Authorization":"Bearer ", "Anytype-Version":"2025-11-08"}' \
      -s user -- npx -y @anyproto/anytype-mcp

    Example Interactions

    Here are some examples of how you can interact with your Anytype:

    • "Create a new space called 'Project Ideas' with description 'A space for storing project ideas'"
    • "Add a new object of type 'Task' with title 'Research AI trends' to the 'Project Ideas' space"
    • "Create a second one with title 'Dive deep into LLMs' with due date in 3 days and assign it to me"
    • "Now create a collection with the title "Tasks for this week" and add the two tasks to that list. Set due date of the first one to 10 days from now"

    Development

    Installation from Source

    1. Clone the repository:

    bash
    git clone https://github.com/anyproto/anytype-mcp.git
    cd anytype-mcp

    2. Install dependencies:

    bash
    npm install -D

    3. Build the project:

    bash
    npm run build

    4. Link the package globally (optional):

    bash
    npm link

    Contribution

    Thank you for your desire to develop Anytype together!

    ❤️ This project and everyone involved in it is governed by the Code of Conduct.

    🧑‍💻 Check out our contributing guide to learn about asking questions, creating issues, or submitting pull requests.

    🫢 For security findings, please email security@anytype.io and refer to our security guide for more information.

    🤝 Follow us on Github and join the Contributors Community.

    ---

    Made by Any — a Swiss association 🇨🇭

    Licensed under MIT.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • AW

      Aws Mcp Server

      Python·
      165

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • AW

      Aws Mcp Server

      Python·
      165

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k