Back to MCP directory
publicPublicdnsLocal runtime

mcp-atomictoolkit

一个兼容MCP协议的服务器项目,通过ASE、pymatgen和机器学习原子间势能(MLIPs)提供原子尺度模拟功能,目前正在积极开发中。

article

README

🚀 原子工具包 MCP 服务器

原子工具包 MCP 服务器是一个兼容 MCP 的服务器,借助 ASE、pymatgen 和机器学习原子间势函数(MLIPs),为用户提供原子模拟能力。目前此项目正在积极开发中,并非所有功能都已实现。

🚀 快速开始

原子工具包 MCP 服务器是一个兼容 MCP 的服务器,借助 ASE、pymatgen 和机器学习原子间势函数(MLIPs),为用户提供原子模拟能力。

⚠️ 重要提示

此项目正在积极开发中。并非所有功能都已实现。

✨ 主要特性

ASE 工具

  • 结构创建与操作
  • 几何优化
  • 文件 I/O 操作(读写结构)
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client