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.

コメント

「その他」の他のコンテンツ