anytype-mcp
by anyproto·★ 420·综合分 50
MCP服务器让AI助手通过自然语言命令与加密的Anytype知识库交互。
概述
anytype-mcp服务器连接AI助手与Anytype(加密的本地和协作式维基)。它将Anytype的OpenAPI规范转换为MCP工具,使用户能够通过对话组织对象、列表和空间。服务器提供对Anytype核心功能的全面访问,包括全局搜索、空间管理、对象操作、属性、标签和模板。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
如果您使用 Anytype 作为主要知识管理系统,并希望通过 AI 助手与其交互而不需要切换上下文,请选择此 MCP 服务器。
什么时候不要选它
如果您不使用 Anytype,请不要选择它,因为它需要 Anytype 安装和 API 密钥才能正常工作。
此 server 暴露的工具
从 README 抽取出 12 个工具create_spaceCreate a new space in Anytype
add_objectAdd a new object to a space in Anytype
create_collectionCreate a new collection in Anytype
global_searchSearch globally across all spaces in Anytype
space_searchSearch within a specific space in Anytype
get_spacesRetrieve all available spaces in Anytype
get_membersGet members of a specific space
get_objectRetrieve a specific object by ID
update_objectUpdate an existing object in Anytype
get_typesRetrieve available object types in Anytype
get_propertiesGet available properties for a specific type
create_tagCreate 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.
可对比工具
安装
安装
获取API密钥
- 打开Anytype
- 进入应用设置
- 导航到API密钥部分
- 点击
创建新按钮
配置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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。