MCP Catalogs
首页

anytype-mcp

by anyproto·420·综合分 50

MCP服务器让AI助手通过自然语言命令与加密的Anytype知识库交互。

knowledge-graphproductivitysecurity
44
Forks
15
活跃 Issue
本月
最近提交
2 天前
收录于

概述

anytype-mcp服务器连接AI助手与Anytype(加密的本地和协作式维基)。它将Anytype的OpenAPI规范转换为MCP工具,使用户能够通过对话组织对象、列表和空间。服务器提供对Anytype核心功能的全面访问,包括全局搜索、空间管理、对象操作、属性、标签和模板。

试试问 AI

装完之后,这里有 7 个你可以让 AI 做的事:

:通过对话命令创建和组织项目空间及任务
:在加密的知识库中搜索和检索信息
:通过控制空间、成员和对象权限管理团队协作
:使用AI助手自动化知识管理流程
:Anytype是什么?
:我可以将此MCP服务器与Claude以外的AI助手一起使用吗?
:使用此MCP服务器时我的数据安全吗?

什么时候选它

如果您使用 Anytype 作为主要知识管理系统,并希望通过 AI 助手与其交互而不需要切换上下文,请选择此 MCP 服务器。

什么时候不要选它

如果您不使用 Anytype,请不要选择它,因为它需要 Anytype 安装和 API 密钥才能正常工作。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • create_space

    Create a new space in Anytype

  • add_object

    Add a new object to a space in Anytype

  • create_collection

    Create a new collection in Anytype

  • global_search

    Search globally across all spaces in Anytype

  • space_search

    Search within a specific space in Anytype

  • get_spaces

    Retrieve all available spaces in Anytype

  • get_members

    Get members of a specific space

  • get_object

    Retrieve a specific object by ID

  • update_object

    Update an existing object in Anytype

  • get_types

    Retrieve available object types in Anytype

  • get_properties

    Get available properties for a specific type

  • create_tag

    Create a new tag in Anytype

说明:Tool names inferred from features and example interactions described in the README. The README mentions capabilities but doesn't provide explicit tool documentation or API signatures.

可对比工具

notion-mcpobsidian-mcpmemex-mcp

安装

安装

获取API密钥

  1. 打开Anytype
  2. 进入应用设置
  3. 导航到API密钥部分
  4. 点击创建新按钮

配置Claude Desktop

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

替代方案:全局安装

npm install -g @anyproto/anytype-mcp

然后更新您的MCP配置,使用command: "anytype-mcp"代替npx

FAQ

Anytype是什么?
Anytype是一个加密的本地和协作式维基,允许您在私密和安全的环境中组织知识库。
我可以将此MCP服务器与Claude以外的AI助手一起使用吗?
是的,此MCP服务器与任何支持该协议的MCP客户端兼容,包括Cursor、Windsurf、Raycast等。
使用此MCP服务器时我的数据安全吗?
是的,通过此MCP服务器与Anytype的所有交互都是加密的,并且可以配置为使用API密钥在本地运行。

anytype-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。