MCP.so
Sign In

ORCA MCP Server

@PhelanShao

About ORCA MCP Server

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

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

PhelanShao

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers