MCP.so
登录

ORCA MCP Server

@PhelanShao

关于 ORCA MCP Server

MCP server dedicated to the generation and management of input files for ORCA quantum chemical calculations.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

PhelanShao

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ORCA MCP Server?

A Model Context Protocol (MCP) server for ORCA quantum chemistry software that provides intelligent tools for generating, validating, and optimizing ORCA input files. It is designed for quantum chemistry researchers and computational chemists.

How to use ORCA MCP Server?

Install Node.js 18+, npm or yarn, and TypeScript 5.0+. Run npm install and npm run build. Use with any MCP-compatible client via stdio transport. Example configuration for Claude Desktop: set command to node, args to the path of the built index.js. The server exposes tools like generate_input_file, validate_input_syntax, and suggest_keywords. Components can also be used programmatically in TypeScript/JavaScript.

Key features of ORCA MCP Server

  • Generates complete ORCA input files from molecular coordinates and parameters
  • Validates ORCA input syntax and detects common errors
  • Recommends optimal basis sets, SCF settings, and memory configurations
  • Analyzes SCF convergence failures and suggests fixes
  • Supports multiple calculation types (single point, optimization, frequency, TD-DFT, etc.)
  • Accepts XYZ and internal coordinate formats

Use cases of ORCA MCP Server

  • Generate a DFT geometry optimization input file for a small molecule
  • Validate an ORCA input file before submission to avoid runtime errors
  • Get keyword suggestions for a coupled cluster calculation
  • Troubleshoot SCF convergence problems in a heavy element calculation
  • Programmatically generate input templates for batch calculations

FAQ from ORCA MCP Server

What prerequisites does ORCA MCP Server require?

Node.js 18+, npm or yarn, and TypeScript 5.0+ are required. The server is built from source using npm install and npm run build.

How do I configure ORCA MCP Server with an MCP client?

The server uses stdio transport. Configure your client (e.g., Claude Desktop) with the command node and args pointing to the built build/index.js file.

What transport does ORCA MCP Server use?

It uses stdio transport to communicate with MCP-compatible clients.

Does ORCA MCP Server store any data locally?

The README does not specify data storage; it is a local server that processes input and returns results without mentioning persistent storage.

Are there any known limitations of ORCA MCP Server?

The README does not list explicit limitations. It is an independent project not affiliated with ORCA developers.

评论

其他 分类下的更多 MCP 服务器